summaryrefslogtreecommitdiff
path: root/include/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby')
-rw-r--r--include/ruby/win32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ruby/win32.h b/include/ruby/win32.h
index 43036b8dc8..4e1f14e9e1 100644
--- a/include/ruby/win32.h
+++ b/include/ruby/win32.h
@@ -89,6 +89,9 @@ typedef unsigned int uintptr_t;
# define _UINTPTR_T_DEFINED
# endif
#endif
+#ifndef __MINGW32__
+# define mode_t int
+#endif
#ifdef _M_IX86
# define WIN95 1