mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2026-09-12 03:31:02 +00:00
Fix for Android to include sys/select.h for fd_set.
This commit is contained in:
@@ -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__))
|
||||
|
||||
Reference in New Issue
Block a user