diff options
Diffstat (limited to 'base/file_util.h')
-rw-r--r-- | base/file_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/file_util.h b/base/file_util.h index d9f4c3e..03c2396 100644 --- a/base/file_util.h +++ b/base/file_util.h @@ -18,6 +18,7 @@ #endif #elif defined(OS_POSIX) #include <sys/stat.h> +#include <unistd.h> #endif #include <stdio.h> |