aboutsummaryrefslogtreecommitdiff
path: root/src/third_party/curl/curl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/curl/curl.h')
-rw-r--r--src/third_party/curl/curl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/curl/curl.h b/src/third_party/curl/curl.h
index 160cd98a..0d80936f 100644
--- a/src/third_party/curl/curl.h
+++ b/src/third_party/curl/curl.h
@@ -74,7 +74,7 @@
require it! */
#if defined(_AIX) || defined(__NOVELL_LIBC__) || defined(__NetBSD__) || \
defined(__minix) || defined(__SYMBIAN32__) || defined(__INTEGRITY) || \
- defined(ANDROID)
+ defined(__ANDROID__)
#include <sys/select.h>
#endif