diff --git a/compat/getopt.c b/compat/getopt.c index 3a873b27ee..c7f8ef3260 100644 --- a/compat/getopt.c +++ b/compat/getopt.c @@ -30,6 +30,9 @@ * in the public domain. */ +#include +#include + #define EOF (-1) static int opterr = 1;