From d9c329eb3cfd64c4731a7f59bd52c7e71c3e6baf Mon Sep 17 00:00:00 2001 From: yenatch Date: Sun, 28 May 2017 23:49:12 -0400 Subject: [PATCH] pokemon_animation_graphics: stdint.h --- tools/pokemon_animation_graphics.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include static void usage(void) { printf("Usage: pokemon_animation_graphics [-o outfile] [-t mapfile] 2bpp_file dimensions_file\n");