From 9d27282ccd2e2889784eef1cb34b3297faad4820 Mon Sep 17 00:00:00 2001 From: plagman Date: Sun, 16 May 2010 22:42:22 +0000 Subject: [PATCH] This should fix the build on unix platforms. git-svn-id: https://svn.eduke32.com/eduke32@1641 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/source/enet/src/unix.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/polymer/eduke32/source/enet/src/unix.c b/polymer/eduke32/source/enet/src/unix.c index 69715413b..7bf59841d 100644 --- a/polymer/eduke32/source/enet/src/unix.c +++ b/polymer/eduke32/source/enet/src/unix.c @@ -30,9 +30,11 @@ #include #endif +/* sys/socket.h always has this type but never defines this as far as I can tell #ifndef HAS_SOCKLEN_T typedef int socklen_t; #endif +*/ #ifndef MSG_NOSIGNAL #define MSG_NOSIGNAL 0