From 981b1cdd76cd5a6e2a452a8da0e1555c59f3c5e6 Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Thu, 17 Nov 2011 08:34:30 +0100 Subject: ANDROID: Add minimal C++ headers to include path. --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 95ece4c6e3..b7b0794a25 100755 --- a/configure +++ b/configure @@ -2467,6 +2467,7 @@ case $_backend in DEFINES="$DEFINES -DREDUCE_MEMORY_USAGE" CXXFLAGS="$CXXFLAGS -Wa,--noexecstack" LDFLAGS="$LDFLAGS -Wl,-z,noexecstack" + INCLUDES="$INCLUDES -I$ANDROID_NDK/sources/cxx-stl/system/include" ;; bada) # dirent.h not available. NONSTANDARD_PORT==ensure portdefs.h is included -- cgit v1.2.3