This should fix the build on unix platforms.

git-svn-id: https://svn.eduke32.com/eduke32@1641 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
plagman 2010-05-16 22:42:22 +00:00
parent 709c18a0e5
commit 9d27282ccd

View file

@ -30,9 +30,11 @@
#include <sys/poll.h>
#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