aboutsummaryrefslogtreecommitdiff
path: root/include/os_darwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/os_darwin.h')
-rw-r--r--include/os_darwin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/os_darwin.h b/include/os_darwin.h
index d5ed1c6..50e01f2 100644
--- a/include/os_darwin.h
+++ b/include/os_darwin.h
@@ -21,7 +21,7 @@
#include <sys/syslimits.h>
#endif
-#include <wait.h>
+#include <sys/wait.h>
extern char **environ;
#define __environ environ