diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/convbdf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/convbdf.c b/tools/convbdf.c index 4cc7ec9..c508bbf 100644 --- a/tools/convbdf.c +++ b/tools/convbdf.c @@ -1211,6 +1211,8 @@ int gen_c_source(struct font* pf, char *path) char obuf[256]; char hdr1[] = { "/* Generated by convbdf on %s. */\n" + "#include <stdbool.h>\n" + "#include \"config.h\"\n" "#include \"font.h\"\n" "#ifdef HAVE_LCD_BITMAP\n" "\n" @@ -1418,6 +1420,7 @@ int gen_c_source(struct font* pf, char *path) " 0, /* ^ position */\n" " 0, /* ^ end */\n" " 0, /* ^ size */\n" + " false, /* disabled */\n" " {{0,0,0,0,0},0,0,0,0,0}, /* cache */\n" " 0, /* */\n" " 0, /* */\n" |