summaryrefslogtreecommitdiff
path: root/network_core.h
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2005-03-15 12:21:59 +0000
committerdarkvater <darkvater@openttd.org>2005-03-15 12:21:59 +0000
commitd0ea6bcdf0b470c39fbe280de678e51015dd7e4f (patch)
tree3609255607f8ca6b4038f71bc5f9be6dd577e873 /network_core.h
parentbf895a03d268e159afa1a646affab9de73199da3 (diff)
downloadopenttd-d0ea6bcdf0b470c39fbe280de678e51015dd7e4f.tar.xz
(svn r2011) - Fix: [ 1162209 ] Fix OS/2 build (orudge) #2
Diffstat (limited to 'network_core.h')
-rw-r--r--network_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/network_core.h b/network_core.h
index 4114f5e41..0ab9942c8 100644
--- a/network_core.h
+++ b/network_core.h
@@ -111,6 +111,7 @@ typedef struct ifreq IFREQ;
# include <nerrno.h>
# define INADDR_NONE 0xffffffff
+typedef int socklen_t;
typedef unsigned long in_addr_t;
#endif // OS/2