1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 10:45:57 +01:00

Fix compilation errors on android.

This commit is contained in:
Matias Fontanini
2015-06-07 15:25:57 -07:00
parent 43217549eb
commit 0a2fdfcd42
3 changed files with 6 additions and 1 deletions

View File

@@ -43,6 +43,10 @@
#endif
#include <netdb.h>
#include <net/if.h>
#ifdef __ANDROID_API__
#include <linux/in.h>
#include <linux/in6.h>
#endif
#else
#include <ws2tcpip.h>
#endif