diff options
author | June McEnroe <programble@gmail.com> | 2018-02-07 12:11:04 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-02-07 12:11:04 -0500 |
commit | 99f8082968616da953d1be30c44ecf0c5b7410d6 (patch) | |
tree | 53c3a6e17c7604d4de9da1e924c76f3b20260b07 | |
parent | Exit by returning false from input to gf{b,cocoa} (diff) | |
download | src-99f8082968616da953d1be30c44ecf0c5b7410d6.tar.gz src-99f8082968616da953d1be30c44ecf0c5b7410d6.zip |
Include stdio.h in gfb.c
As promised.
-rw-r--r-- | bin/gfb.c | 1 |
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> |