ERR: Added include of sys/stat.h for open functions mode bits.
This commit is contained in:
parent
1f40a4205b
commit
d3f1410be3
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user