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