diff --git a/src/Sockets.cpp b/src/Sockets.cpp index a173098..0da980e 100644 --- a/src/Sockets.cpp +++ b/src/Sockets.cpp @@ -24,6 +24,10 @@ #include "lwip/dns.h" #include "lwip/netdb.h" +#if defined(__ANDROID__) +#include +#endif + int zts_errno; namespace ZeroTier {