diff options
Diffstat (limited to 'Source/kwsys/ProcessUNIX.c')
-rw-r--r-- | Source/kwsys/ProcessUNIX.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/ProcessUNIX.c b/Source/kwsys/ProcessUNIX.c index 42c9dad..2491f48 100644 --- a/Source/kwsys/ProcessUNIX.c +++ b/Source/kwsys/ProcessUNIX.c @@ -50,6 +50,7 @@ do. #include <sys/time.h> /* struct timeval */ #include <sys/types.h> /* pid_t, fd_set */ #include <sys/wait.h> /* waitpid */ +#include <sys/stat.h> /* open mode */ #include <unistd.h> /* pipe, close, fork, execvp, select, _exit */ #include <fcntl.h> /* fcntl */ #include <errno.h> /* errno */ |