diff options
author | Elliott Hughes <enh@google.com> | 2012-09-09 14:45:32 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2012-09-09 14:45:32 -0700 |
commit | ee15e1547531919effd77fa546daffaef94691a4 (patch) | |
tree | c1d9284ef63cfb465dfab4151151a06a9c8bea40 /tools/aapt/StringPool.h | |
parent | bb60bc26020f3aabc50aa93ad9bf812af7f48f9c (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.h | 2 |
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; |