From cda8d63d4308e1506b7fd65417b8cae01e637707 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sat, 30 May 2009 00:07:50 +0000 Subject: [PATCH] Allow compiling under Android --- include/curl/curl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/curl/curl.h b/include/curl/curl.h index 2e164d923..78213b308 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -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 #endif