summaryrefslogtreecommitdiff
path: root/src/network/core/os_abstraction.h
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2009-09-01 14:20:35 +0000
committerglx <glx@openttd.org>2009-09-01 14:20:35 +0000
commit8a367f1ff434534bde46dc97abc673948684d6c2 (patch)
tree13296c6102fc436abf8d9fff2ae2f6aa76076b1b /src/network/core/os_abstraction.h
parentb831e37b90fb51bd0c6af9fbdda9757976306d99 (diff)
downloadopenttd-8a367f1ff434534bde46dc97abc673948684d6c2.tar.xz
(svn r17350) -Fix (r17336): broken compilation with mingw
Diffstat (limited to 'src/network/core/os_abstraction.h')
-rw-r--r--src/network/core/os_abstraction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/core/os_abstraction.h b/src/network/core/os_abstraction.h
index 3274ea9aa..d9d046139 100644
--- a/src/network/core/os_abstraction.h
+++ b/src/network/core/os_abstraction.h
@@ -37,7 +37,7 @@ typedef unsigned long in_addr_t;
typedef int socklen_t;
# define IPPROTO_IPV6 41
#else
-#include "../../win32.h"
+#include "../../os/windows/win32.h"
#include "../../core/alloc_func.hpp"
#define AI_ADDRCONFIG 0x00000400 // Resolution only if global address configured