diff options
Diffstat (limited to 'unix/file.c')
-rw-r--r-- | unix/file.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/file.c b/unix/file.c index 444a05d491..258aa65d50 100644 --- a/unix/file.c +++ b/unix/file.c @@ -1,7 +1,8 @@ -#include <string.h> #include <unistd.h> #include <fcntl.h> #include <errno.h> +#include <sys/stat.h> +#include <sys/types.h> #include "nlr.h" #include "misc.h" |