diff options
Diffstat (limited to 'src/common/fs/file.cpp')
| -rw-r--r-- | src/common/fs/file.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/fs/file.cpp b/src/common/fs/file.cpp index b89e785c2..5d71275ef 100644 --- a/src/common/fs/file.cpp +++ b/src/common/fs/file.cpp | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | 8 | ||
| 9 | #ifdef _WIN32 | 9 | #ifdef _WIN32 |
| 10 | #include <io.h> | 10 | #include <io.h> |
| 11 | #include <share.h> | ||
| 11 | #else | 12 | #else |
| 12 | #include <unistd.h> | 13 | #include <unistd.h> |
| 13 | #endif | 14 | #endif |