summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/socketaddr.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/socketaddr.c')
-rw-r--r--otherlibs/unix/socketaddr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/otherlibs/unix/socketaddr.c b/otherlibs/unix/socketaddr.c
index 3ef205be1..d4485eeb7 100644
--- a/otherlibs/unix/socketaddr.c
+++ b/otherlibs/unix/socketaddr.c
@@ -27,6 +27,9 @@
#define EAFNOSUPPORT WSAEAFNOSUPPORT
#endif
+union sock_addr_union sock_addr;
+int sock_addr_len;
+
value alloc_inet_addr(a)
unsigned int a;
{