diff options
Diffstat (limited to 'netwerk/sctp/src/netinet/sctp_os_userspace.h')
-rwxr-xr-x | netwerk/sctp/src/netinet/sctp_os_userspace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/sctp/src/netinet/sctp_os_userspace.h b/netwerk/sctp/src/netinet/sctp_os_userspace.h index bf4a3b5193..13df424238 100755 --- a/netwerk/sctp/src/netinet/sctp_os_userspace.h +++ b/netwerk/sctp/src/netinet/sctp_os_userspace.h @@ -495,7 +495,7 @@ struct sx {int dummy;}; /* for getifaddrs */ #include <sys/types.h> #if !defined(__Userspace_os_Windows) -#if !defined(ANDROID) && (defined(INET) || defined(INET6)) +#if defined(INET) || defined(INET6) #include <ifaddrs.h> #endif |