diff options
Diffstat (limited to 'include/os_darwin.h')
-rw-r--r-- | include/os_darwin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/os_darwin.h b/include/os_darwin.h index 465adc4..d5ed1c6 100644 --- a/include/os_darwin.h +++ b/include/os_darwin.h @@ -21,6 +21,8 @@ #include <sys/syslimits.h> #endif +#include <wait.h> + extern char **environ; #define __environ environ |