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

Commit 3906c851 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

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

There is no third choice.

Change-Id: I8f1206f22798f747896dd53f3081cdfa4b1707c4
parent 7208a015
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