Merge branch 'android-endian' of https://github.com/StephenCWills/libzt into StephenCWills-android-endian

This commit is contained in:
Joseph Henry
2022-01-11 17:03:10 -08:00

View File

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