Open GoogleCodeExporter opened 9 years ago
android ndk have no <ifaddrs.h> stupid working solution: get ifaddrs.h ifaddrs.c from here: https://github.com/kmackay/android-ifaddrs and --- a/netinet/sctp_os_userspace.h +++ b/netinet/sctp_os_userspace.h @@ -496,8 +496,12 @@ struct sx {int dummy;}; #include <sys/types.h> #if !defined(__Userspace_os_Windows) #if defined(INET) || defined(INET6) +#if defined(__ANDROID__) +#include "ifaddrs.h" +#else #include <ifaddrs.h> #endif +#endif
Original issue reported on code.google.com by pro...@gmail.com on 4 May 2015 at 7:08
pro...@gmail.com
Original issue reported on code.google.com by
pro...@gmail.com
on 4 May 2015 at 7:08