From 73cdba31209e2219a0943b21307cada6e34bcad3 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 6 Jul 2009 23:21:53 -0700 Subject: [PATCH] even more win32 updates --- artnet/network.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/artnet/network.c b/artnet/network.c index f3b6c9f..6795485 100644 --- a/artnet/network.c +++ b/artnet/network.c @@ -25,6 +25,8 @@ #include // socket before net/if.h for mac #include #include +#else +typedef int socklen_t; #endif #include