ERR: Added include of sys/stat.h for open functions mode bits.

This commit is contained in:
Brad King 2003-12-13 14:19:45 -05:00
parent 1f40a4205b
commit d3f1410be3

View File

@ -50,6 +50,7 @@ do.
#include <sys/time.h> /* struct timeval */ #include <sys/time.h> /* struct timeval */
#include <sys/types.h> /* pid_t, fd_set */ #include <sys/types.h> /* pid_t, fd_set */
#include <sys/wait.h> /* waitpid */ #include <sys/wait.h> /* waitpid */
#include <sys/stat.h> /* open mode */
#include <unistd.h> /* pipe, close, fork, execvp, select, _exit */ #include <unistd.h> /* pipe, close, fork, execvp, select, _exit */
#include <fcntl.h> /* fcntl */ #include <fcntl.h> /* fcntl */
#include <errno.h> /* errno */ #include <errno.h> /* errno */