Skip to content

Commit

Permalink
Merge branch 'android-endian' of https://github.com/StephenCWills/libzt
Browse files Browse the repository at this point in the history
… into StephenCWills-android-endian
  • Loading branch information
joseph-henry committed Jan 12, 2022
2 parents 0c63732 + 6e9764b commit 0d511f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Sockets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0d511f9

Please sign in to comment.