diff options
Diffstat (limited to 'devtools/convbdf.c')
-rw-r--r-- | devtools/convbdf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/convbdf.c b/devtools/convbdf.c index 4b1640dba7..54848237c8 100644 --- a/devtools/convbdf.c +++ b/devtools/convbdf.c @@ -721,7 +721,7 @@ int gen_c_source(struct font* pf, char *path) { char bbuf[256]; char hdr1[] = { "/* Generated by convbdf on %s. */\n" - "#include \"graphics/font.h\"\n" + "#include \"graphics/fonts/bdf.h\"\n" "\n" "/* Font information:\n" " name: %s\n" |