summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-05-28 23:49:12 -0400
committeryenatch <yenatch@gmail.com>2017-05-28 23:49:12 -0400
commitd9c329eb3cfd64c4731a7f59bd52c7e71c3e6baf (patch)
tree251109b8d014300d3ecffbe8c62669a3efa1caec /tools
parentf175c636b55779798c971fe51b3a0a24d3d74721 (diff)
pokemon_animation_graphics: stdint.h
Diffstat (limited to 'tools')
-rw-r--r--tools/pokemon_animation_graphics.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pokemon_animation_graphics.c b/tools/pokemon_animation_graphics.c
index 3fb065e4b..3d79960e4 100644
--- a/tools/pokemon_animation_graphics.c
+++ b/tools/pokemon_animation_graphics.c
@@ -4,6 +4,7 @@
#include <string.h>
#include <stdbool.h>
#include <getopt.h>
+#include <stdint.h>
static void usage(void) {
printf("Usage: pokemon_animation_graphics [-o outfile] [-t mapfile] 2bpp_file dimensions_file\n");