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