Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55410c4e authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 4c6c6d1c: Merge "You either have winsock or <sys/sockets.h>."

* commit '4c6c6d1c':
  You either have winsock or <sys/sockets.h>.
parents 8e940750 4c6c6d1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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