diff options
| author | Martin Ridgers <[email protected]> | 2021-10-28 10:29:29 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-10-28 10:29:29 +0200 |
| commit | 2e43bf8c83c5026637201e99f698578a5464a8ed (patch) | |
| tree | 0d9b7853ef7530d3dd8ba68968a8bacd2bbfcaf2 /zenstore/basicfile.cpp | |
| parent | LockFile implementation for Linux (diff) | |
| download | zen-2e43bf8c83c5026637201e99f698578a5464a8ed.tar.xz zen-2e43bf8c83c5026637201e99f698578a5464a8ed.zip | |
Alphebetical include order
Diffstat (limited to 'zenstore/basicfile.cpp')
| -rw-r--r-- | zenstore/basicfile.cpp | 2 |
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> |