mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 22:00:10 -05:00
ERR: Added include of sys/stat.h for open functions mode bits.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user