diff options
Diffstat (limited to 'src/zencore/iobuffer.cpp')
| -rw-r--r-- | src/zencore/iobuffer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zencore/iobuffer.cpp b/src/zencore/iobuffer.cpp index 9043d4d4c..e26c361c0 100644 --- a/src/zencore/iobuffer.cpp +++ b/src/zencore/iobuffer.cpp @@ -24,8 +24,10 @@ ZEN_THIRD_PARTY_INCLUDES_END #if ZEN_PLATFORM_WINDOWS # include <zencore/windows.h> #else +# include <fcntl.h> # include <sys/stat.h> # include <sys/mman.h> +# include <unistd.h> #endif #include <gsl/gsl-lite.hpp> |