summary refs log tree commit diff
path: root/bin/gfb.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-02-07 12:11:04 -0500
committerJune McEnroe <june@causal.agency>2018-02-07 12:11:04 -0500
commit6dd4e6394f045a3f4ee730bd6a24c3b8fce286ef (patch)
treed85b61c928a7a4ae6795e3000e37715856998f5e /bin/gfb.c
parentExit by returning false from input to gf{b,cocoa} (diff)
downloadsrc-6dd4e6394f045a3f4ee730bd6a24c3b8fce286ef.tar.gz
src-6dd4e6394f045a3f4ee730bd6a24c3b8fce286ef.zip
Include stdio.h in gfb.c
As promised.
Diffstat (limited to '')
-rw-r--r--bin/gfb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/gfb.c b/bin/gfb.c
index d7f32400..bc4d9d46 100644
--- a/bin/gfb.c
+++ b/bin/gfb.c
@@ -19,6 +19,7 @@
 #include <linux/fb.h>
 #include <stdbool.h>
 #include <stdint.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <sys/ioctl.h>