aboutsummaryrefslogtreecommitdiff
path: root/lib/getopt.in.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/getopt.in.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/getopt.in.h b/lib/getopt.in.h
index ea77e3d7..c50dda00 100644
--- a/lib/getopt.in.h
+++ b/lib/getopt.in.h
@@ -34,7 +34,9 @@
#if defined __GETOPT_PREFIX && !defined __need_getopt
# include <stdlib.h>
# include <stdio.h>
-# include <unistd.h>
+# ifndef _MSC_VER
+# include <unistd.h>
+# endif
# undef __need_getopt
# undef getopt
# undef getopt_long