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
commitd317a93e0f5a06b1f2c9dcc26c9f5e90b2156c6f (patch)
tree114ef7888a156706bfa441939afbe93e04739c43 /stdafx.h
parent39f8b82640675d4810b9e4817ad09c7cb7bd4022 (diff)
downloadopenttd-d317a93e0f5a06b1f2c9dcc26c9f5e90b2156c6f.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