summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdafx.h b/stdafx.h
index 67401040a..74ff39877 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -20,7 +20,7 @@
#include <string.h>
#include <stdlib.h>
-#if defined(UNIX)
+#if defined(UNIX) || defined(__MINGW32__)
# include <sys/types.h>
#endif