Allow compiling under Android

This commit is contained in:
Dan Fandrich 2009-05-30 00:07:50 +00:00
parent bef1b140e9
commit cda8d63d43
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,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