summary refs log tree commit diff
path: root/bin/gfb.c
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-02-07 12:11:04 -0500
committerJune McEnroe <programble@gmail.com>2018-02-07 12:11:04 -0500
commit99f8082968616da953d1be30c44ecf0c5b7410d6 (patch)
tree53c3a6e17c7604d4de9da1e924c76f3b20260b07 /bin/gfb.c
parentExit by returning false from input to gf{b,cocoa} (diff)
downloadsrc-99f8082968616da953d1be30c44ecf0c5b7410d6.tar.gz
src-99f8082968616da953d1be30c44ecf0c5b7410d6.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 d843c694..503a8781 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>