diff --git a/src/getopt.c b/src/getopt.c index 8651b87..6a486ec 100644 --- a/src/getopt.c +++ b/src/getopt.c @@ -33,7 +33,9 @@ #include #include #include -#include +#ifndef _WIN32 +# include +#endif int opterr = 1, /* if error message should be printed */ optind = 1, /* index into parent argv vector */