diff --git a/libs/port/getopt.c b/libs/port/getopt.c index fb1e315c8c6..7c97192f4ec 100644 --- a/libs/port/getopt.c +++ b/libs/port/getopt.c @@ -73,6 +73,8 @@ contain conflicting prototypes for getopt. */ # include # include +#elif defined _MSC_VER +# include #endif /* GNU C library. */ #ifdef VMS