summaryrefslogtreecommitdiff
path: root/emu
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2011-01-17 11:13:31 +0000
committerforsyth <forsyth@vitanuova.com>2011-01-17 11:13:31 +0000
commitf75a239e287a41dd2169dada9431986fdf5da09f (patch)
tree898b0f67e823f0221350b531911fdb91f2027b98 /emu
parentd6b4eae8eb0a5ca3119414005e483fedd63a62d6 (diff)
20110117-1113
Diffstat (limited to 'emu')
-rw-r--r--emu/Nt/ipif.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/emu/Nt/ipif.c b/emu/Nt/ipif.c
index d2cf4521..f8c5c043 100644
--- a/emu/Nt/ipif.c
+++ b/emu/Nt/ipif.c
@@ -9,6 +9,9 @@
#include "ip.h"
#include "error.h"
+typedef int socklen_t; /* Windows is leading edge as always */
+
+
extern int SOCK_SELECT;
char Enotv4[] = "address not IPv4";