diff options
author | 2015-07-21 11:39:21 -0700 | |
---|---|---|
committer | 2015-07-21 11:39:21 -0700 | |
commit | 51348d2007b801c7bd7350f72e2300f1a5a41dd1 (patch) | |
tree | 6c9034eed32755e3e63715753645f8b8b4a416a9 /tools/aapt/XMLNode.h | |
parent | c25f41917ee5cb7be00107743a799f1e533639b6 (diff) |
aapt: expat exports its header files now.
Change-Id: Iddf0133919d38fc896f97c6796f8228a6decf174
Diffstat (limited to 'tools/aapt/XMLNode.h')
-rw-r--r-- | tools/aapt/XMLNode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/aapt/XMLNode.h b/tools/aapt/XMLNode.h index 3161f6500291..b9e5cd574cdc 100644 --- a/tools/aapt/XMLNode.h +++ b/tools/aapt/XMLNode.h @@ -10,6 +10,8 @@ #include "StringPool.h" #include "ResourceTable.h" +#include <expat.h> + class XMLNode; extern const char* const RESOURCES_ROOT_NAMESPACE; |