Browse Source

Include sys/endian.h in Sockets.cpp for Android

pull/8/head
staphen 4 years ago
parent
commit
f6f507548c
No known key found for this signature in database
GPG Key ID: E6D757EEF0CE235F
  1. 4
      src/Sockets.cpp

4
src/Sockets.cpp

@ -24,6 +24,10 @@
#include "lwip/dns.h"
#include "lwip/netdb.h"
#if defined(__ANDROID__)
#include <sys/endian.h>
#endif
int zts_errno;
namespace ZeroTier {

Loading…
Cancel
Save