diff options
Diffstat (limited to 'src/zenstore/filecas.cpp')
| -rw-r--r-- | src/zenstore/filecas.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/zenstore/filecas.cpp b/src/zenstore/filecas.cpp index d41f449d3..24d0a39bb 100644 --- a/src/zenstore/filecas.cpp +++ b/src/zenstore/filecas.cpp @@ -35,6 +35,10 @@ ZEN_THIRD_PARTY_INCLUDES_START #include <xxhash.h> #if ZEN_PLATFORM_WINDOWS # include <zencore/windows.h> +#else +# include <fcntl.h> +# include <sys/stat.h> +# include <unistd.h> #endif ZEN_THIRD_PARTY_INCLUDES_END |