summaryrefslogtreecommitdiff
path: root/ext/zip/lib/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/lib/unistd.h')
-rw-r--r--ext/zip/lib/unistd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/zip/lib/unistd.h b/ext/zip/lib/unistd.h
new file mode 100644
index 0000000000..2ef435c012
--- /dev/null
+++ b/ext/zip/lib/unistd.h
@@ -0,0 +1,3 @@
+#ifndef _MSC_VER
+#include <unistd.h>
+#endif