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

Commit 5c6843b6 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

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

* commit '55410c4e':
  You either have winsock or <sys/sockets.h>.
parents 837195a7 55410c4e
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