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

This commit is contained in:
staphen
2022-01-02 01:00:52 -05:00
parent 41eb9aebc8
commit 6e9764b4b5

View File

@@ -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 {