Merge "You either have winsock or <sys/sockets.h>."

This commit is contained in:
Elliott Hughes 2015-01-09 21:52:15 +00:00 committed by Gerrit Code Review
commit 4c6c6d1c7e
1 changed files with 1 additions and 1 deletions

View File

@ -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