Skip to content
Snippets Groups Projects
Commit 893255f5 authored by Brad King's avatar Brad King
Browse files

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

parent 396f866c
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment