summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ares.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ares.h b/ares.h
index a3abec8..9702edf 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 <sys/select.h>
#endif
#if (defined(NETWARE) && !defined(__NOVELL_LIBC__))