summaryrefslogtreecommitdiff
path: root/tools/pokemon_animation.c
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-06-24 16:47:11 -0400
committeryenatch <yenatch@gmail.com>2017-06-24 16:47:11 -0400
commited99a86864535896d62ea1c5cdb49645754478f5 (patch)
tree0db1af9cbfc8b98b11687279bbac8518d1facebf /tools/pokemon_animation.c
parent80f7477c3343517a96c6effcaf96f40c38f8f4d7 (diff)
Fix implicit getopt
Diffstat (limited to 'tools/pokemon_animation.c')
-rw-r--r--tools/pokemon_animation.c1
1 files changed, 1 insertions, 0 deletions
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 <string.h>
#include <stdint.h>
#include <stdbool.h>
+#include <getopt.h>
struct Frame {
uint8_t* data;