aboutsummaryrefslogtreecommitdiffstats
path: root/include/Config/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Config/unistd.h')
-rw-r--r--include/Config/unistd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Config/unistd.h b/include/Config/unistd.h
index 5b621a6b76..e9ca783e83 100644
--- a/include/Config/unistd.h
+++ b/include/Config/unistd.h
@@ -20,4 +20,8 @@
#include <unistd.h>
#endif
+#ifdef _WIN32
+#include <process.h>
+#endif
+
#endif