aboutsummaryrefslogtreecommitdiff
path: root/zenstore/basicfile.cpp
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-10-28 10:29:29 +0200
committerMartin Ridgers <[email protected]>2021-10-28 10:29:29 +0200
commit2e43bf8c83c5026637201e99f698578a5464a8ed (patch)
tree0d9b7853ef7530d3dd8ba68968a8bacd2bbfcaf2 /zenstore/basicfile.cpp
parentLockFile implementation for Linux (diff)
downloadzen-2e43bf8c83c5026637201e99f698578a5464a8ed.tar.xz
zen-2e43bf8c83c5026637201e99f698578a5464a8ed.zip
Alphebetical include order
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>