From de2cd886042f484dc8694e614c3ac16298f93514 Mon Sep 17 00:00:00 2001 From: Samuel Tan Date: Fri, 18 Sep 2015 12:40:34 -0700 Subject: c-ares: include when building in Android Include when building in Android, since fd_set, which is used in ares.h, is defined in bionic's sys/select.h. BUG: None Change-Id: Ib4a11095cb24eb45d7f5dc396319a2f0eee828c0 --- ares.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ares.h b/ares.h index 2b38303..ccf6987 100644 --- a/ares.h +++ b/ares.h @@ -37,7 +37,8 @@ libc5-based Linux systems. Only include it on system that are known to require it! */ #if defined(_AIX) || defined(__NOVELL_LIBC__) || defined(__NetBSD__) || \ - defined(__minix) || defined(__SYMBIAN32__) || defined(__INTEGRITY) + defined(__minix) || defined(__SYMBIAN32__) || defined(__INTEGRITY) || \ + defined(__ANDROID__) #include #endif #if (defined(NETWARE) && !defined(__NOVELL_LIBC__)) -- cgit v1.2.3