aboutsummaryrefslogtreecommitdiff
path: root/include/compat/sys/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/compat/sys/stat.h')
-rw-r--r--include/compat/sys/stat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/compat/sys/stat.h b/include/compat/sys/stat.h
index 9d48251..0e04553 100644
--- a/include/compat/sys/stat.h
+++ b/include/compat/sys/stat.h
@@ -11,7 +11,11 @@
11#else 11#else
12 12
13#include <windows.h> 13#include <windows.h>
14#if _MSC_VER >= 1900
15#include <../ucrt/sys/stat.h>
16#else
14#include <../include/sys/stat.h> 17#include <../include/sys/stat.h>
18#endif
15 19
16/* File type and permission flags for stat() */ 20/* File type and permission flags for stat() */
17#if !defined(S_IFMT) 21#if !defined(S_IFMT)