From ed99a86864535896d62ea1c5cdb49645754478f5 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 24 Jun 2017 16:47:11 -0400 Subject: [PATCH] Fix implicit getopt --- tools/palette.c | 1 + tools/pokemon_animation.c | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/palette.c b/tools/palette.c index c1beb40e4..39837a096 100644 --- a/tools/palette.c +++ b/tools/palette.c @@ -3,6 +3,7 @@ #include #include #include +#include void usage(void) { printf("Usage: palette palfile\n"); diff --git a/tools/pokemon_animation.c b/tools/pokemon_animation.c index 835160c24..0728788ec 100644 --- a/tools/pokemon_animation.c +++ b/tools/pokemon_animation.c @@ -4,6 +4,7 @@ #include #include #include +#include struct Frame { uint8_t* data;