diff options
author | Elliott Hughes <enh@google.com> | 2015-07-10 11:12:22 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-07-10 11:12:22 -0700 |
commit | 2f31b66c04b1e80fd039418edf41e74f67b68143 (patch) | |
tree | 2958225cd2eb04ff10888daab727884829b3db95 /tools/aapt/StringPool.h | |
parent | 43a2aca4c279d3db8abdf4692249134fdd69bd96 (diff) |
frameworks/base: libexpat now exports its headers.
Change-Id: Iaba3d57db18ebdd89e4a993436e9bf844722ff87
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 dbe8c8542185..be843a868a60 100644 --- a/tools/aapt/StringPool.h +++ b/tools/aapt/StringPool.h @@ -20,7 +20,7 @@ #include <ctype.h> #include <errno.h> -#include <libexpat/expat.h> +#include <expat.h> using namespace android; |