aboutsummaryrefslogtreecommitdiff
path: root/win32/include/sys/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/include/sys/file.h')
-rw-r--r--win32/include/sys/file.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/win32/include/sys/file.h b/win32/include/sys/file.h
new file mode 100644
index 0000000..848ad3d
--- /dev/null
+++ b/win32/include/sys/file.h
@@ -0,0 +1,9 @@
+/*
+ * This file is part of the Mingw32 package.
+ *
+ * This file.h maps to the root fcntl.h
+ * TODO?
+ */
+#ifndef __STRICT_ANSI__
+#include <fcntl.h>
+#endif