diff options
Diffstat (limited to 'tools/gfx.c')
-rw-r--r-- | tools/gfx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gfx.c b/tools/gfx.c index 25de45dbe..0e6864e91 100644 --- a/tools/gfx.c +++ b/tools/gfx.c @@ -3,6 +3,7 @@ #include <stdbool.h> #include <getopt.h> #include <string.h> +#include <stdint.h> #include "common.h" |