am 4c6c6d1c: Merge "You either have winsock or <sys/sockets.h>."
* commit '4c6c6d1c7ed7d8481d717f949c18657efa5533af': You either have winsock or <sys/sockets.h>.
This commit is contained in:
commit
55410c4e62
|
@ -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