aboutsummaryrefslogtreecommitdiff
path: root/zenstore/basicfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zenstore/basicfile.cpp')
-rw-r--r--zenstore/basicfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/basicfile.cpp b/zenstore/basicfile.cpp
index 598cfd54c..938c0f9e2 100644
--- a/zenstore/basicfile.cpp
+++ b/zenstore/basicfile.cpp
@@ -12,9 +12,9 @@
#if ZEN_PLATFORM_WINDOWS
# include <zencore/windows.h>
#else
-# include <sys/stat.h>
# include <fcntl.h>
# include <sys/file.h>
+# include <sys/stat.h>
#endif
#include <fmt/format.h>