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
commitcc99c3e262180a25209e120ac38dc5fefc4201d4 (patch)
tree3609255607f8ca6b4038f71bc5f9be6dd577e873 /network_core.h
parent2c762a67ab731213934f0f61d348d5dbad119dfa (diff)
downloadopenttd-cc99c3e262180a25209e120ac38dc5fefc4201d4.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