diff options
Diffstat (limited to 'zencore/filesystem.cpp')
| -rw-r--r-- | zencore/filesystem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zencore/filesystem.cpp b/zencore/filesystem.cpp index a042fb7a1..741e3ee19 100644 --- a/zencore/filesystem.cpp +++ b/zencore/filesystem.cpp @@ -19,6 +19,7 @@ #else # include <fcntl.h> # include <sys/stat.h> +# include <unistd.h> #endif #include <filesystem> |