diff options
author | June McEnroe <june@causal.agency> | 2018-02-07 12:11:04 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-02-07 12:11:04 -0500 |
commit | 6dd4e6394f045a3f4ee730bd6a24c3b8fce286ef (patch) | |
tree | d85b61c928a7a4ae6795e3000e37715856998f5e /bin | |
parent | Exit by returning false from input to gf{b,cocoa} (diff) | |
download | src-6dd4e6394f045a3f4ee730bd6a24c3b8fce286ef.tar.gz src-6dd4e6394f045a3f4ee730bd6a24c3b8fce286ef.zip |
Include stdio.h in gfb.c
As promised.
Diffstat (limited to 'bin')
-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 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> |