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:
Elliott Hughes 2015-01-09 22:02:26 +00:00 committed by Android Git Automerger
commit 55410c4e62
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