Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ben Boeckel
ParaView
Commits
eaab09c3
Commit
eaab09c3
authored
Dec 13, 2003
by
Brad King
Browse files
ERR: Added include of sys/stat.h for open functions mode bits.
parent
43eff8a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ParaView/KWCommon/kwsys/ProcessUNIX.c
View file @
eaab09c3
...
@@ -50,6 +50,7 @@ do.
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment