aboutsummaryrefslogtreecommitdiff
path: root/src/common/fs/file.cpp
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2022-03-19 01:50:03 -0400
committerameerj <52414509+ameerj@users.noreply.github.com>2022-03-20 02:25:09 -0400
commit866b7c20a8958069a048ffa600155ec3cbd2e5f2 (patch)
tree54191364052f7adc86f4f94afcb45b68186edda2 /src/common/fs/file.cpp
parenta367db44cfef5a53f58eef947d75964ce9719a89 (diff)
general: Fix clang/gcc build errors
Diffstat (limited to 'src/common/fs/file.cpp')
-rw-r--r--src/common/fs/file.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/fs/file.cpp b/src/common/fs/file.cpp
index b89e785c2e..5d71275ef2 100644
--- a/src/common/fs/file.cpp
+++ b/src/common/fs/file.cpp
@@ -8,6 +8,7 @@
#ifdef _WIN32
#include <io.h>
+#include <share.h>
#else
#include <unistd.h>
#endif