diff --git a/src/util.c b/src/util.c index 79b79c8..2376221 100644 --- a/src/util.c +++ b/src/util.c @@ -23,6 +23,7 @@ #include #include #include +#include int blank_fb(char *path, bool clear) { int fd = open(path, O_RDWR);