diff options
author | yenatch <yenatch@gmail.com> | 2017-06-24 16:47:11 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-06-24 16:47:11 -0400 |
commit | ed99a86864535896d62ea1c5cdb49645754478f5 (patch) | |
tree | 0db1af9cbfc8b98b11687279bbac8518d1facebf /tools/palette.c | |
parent | 80f7477c3343517a96c6effcaf96f40c38f8f4d7 (diff) |
Fix implicit getopt
Diffstat (limited to 'tools/palette.c')
-rw-r--r-- | tools/palette.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stdint.h> #include <stdlib.h> #include <stdbool.h> +#include <getopt.h> void usage(void) { printf("Usage: palette palfile\n"); |