]> granicus.if.org Git - curl/commitdiff
Allow compiling under Android
authorDan Fandrich <dan@coneharvesters.com>
Sat, 30 May 2009 00:07:50 +0000 (00:07 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Sat, 30 May 2009 00:07:50 +0000 (00:07 +0000)
include/curl/curl.h

index 2e164d923ea55bfbcc52df8f7ca0db475cdd8c86..78213b308cc90b8ee878d4b883a607d1cf86da09 100644 (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