aboutsummaryrefslogtreecommitdiff
path: root/include/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/system.h')
-rw-r--r--include/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/system.h b/include/system.h
index 7428355..9d9eb0f 100644
--- a/include/system.h
+++ b/include/system.h
@@ -11,7 +11,9 @@
#include <errno.h>
#include <unistd.h>
#include <limits.h>
+#if defined(OMC_OS_UNIX)
#include <sys/wait.h>
+#endif
#include <sys/stat.h>
struct Process {