summaryrefslogtreecommitdiff
path: root/framebuffer/fb_convert_image.c
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer/fb_convert_image.c')
-rw-r--r--framebuffer/fb_convert_image.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/framebuffer/fb_convert_image.c b/framebuffer/fb_convert_image.c
index 4fe4c8269..4fb40a933 100644
--- a/framebuffer/fb_convert_image.c
+++ b/framebuffer/fb_convert_image.c
@@ -172,6 +172,7 @@ main(int argc, char **argv)
fprintf(f, " *\n * Do not edit this file directly.\n */\n\n");
fprintf(f, "#include <sys/types.h>\n\n");
fprintf(f, "#include <stdint.h>\n\n");
+ fprintf(f, "#include <stdbool.h>\n\n");
fprintf(f, "#include \"framebuffer/fb_bitmap.h\"\n\n");
fprintf(f, "static uint8_t %s_pixdata[] = {\n", argv[3]);