Merge "You either have winsock or <sys/sockets.h>."
This commit is contained in:
commit
4c6c6d1c7e
|
@ -25,7 +25,7 @@
|
|||
#ifdef HAVE_WINSOCK
|
||||
#include <winsock2.h>
|
||||
typedef int socklen_t;
|
||||
#elif HAVE_SYS_SOCKET_H
|
||||
#else
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue