summaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2005-01-03 14:33:59 +0000
committerdarkvater <darkvater@openttd.org>2005-01-03 14:33:59 +0000
commitdcc13765338757a9786e79f5a72ec9fee77cd465 (patch)
tree114ef7888a156706bfa441939afbe93e04739c43 /stdafx.h
parent920b9eab9d6fbe44a67a53da080403075ff27acf (diff)
downloadopenttd-dcc13765338757a9786e79f5a72ec9fee77cd465.tar.xz
(svn r1339) -Fix: compilation with networking works on MinGW32 again (thx orudge).
Diffstat (limited to 'stdafx.h')
-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