summaryrefslogtreecommitdiff
path: root/tools/aapt/StringPool.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-09-09 14:45:32 -0700
committerElliott Hughes <enh@google.com>2012-09-09 14:45:32 -0700
commitee15e1547531919effd77fa546daffaef94691a4 (patch)
treec1d9284ef63cfb465dfab4151151a06a9c8bea40 /tools/aapt/StringPool.h
parentbb60bc26020f3aabc50aa93ad9bf812af7f48f9c (diff)
Fix aapt to get expat header files from the approved location.
Change-Id: Ic7c796e048cfe98ee355c18b3708fee5ea716e2e
Diffstat (limited to 'tools/aapt/StringPool.h')
-rw-r--r--tools/aapt/StringPool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/StringPool.h b/tools/aapt/StringPool.h
index d5010086b292..16050b2711c3 100644
--- a/tools/aapt/StringPool.h
+++ b/tools/aapt/StringPool.h
@@ -21,7 +21,7 @@
#include <ctype.h>
#include <errno.h>
-#include <expat.h>
+#include <libexpat/expat.h>
using namespace android;