diff options
author | yenatch <yenatch@gmail.com> | 2017-05-28 23:49:12 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-05-28 23:49:12 -0400 |
commit | d9c329eb3cfd64c4731a7f59bd52c7e71c3e6baf (patch) | |
tree | 251109b8d014300d3ecffbe8c62669a3efa1caec /tools | |
parent | f175c636b55779798c971fe51b3a0a24d3d74721 (diff) |
pokemon_animation_graphics: stdint.h
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pokemon_animation_graphics.c | 1 |
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"); |