commit | b48adad2ede148b62c7025da4d2320cb5d9af58c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Jul 21 11:39:21 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Jul 21 17:25:01 2015 -0700 |
tree | d58d120d664686ac4836d9f018ea8166d7eef3a3 | |
parent | 79a1bde2e0f38507738743e490beb895dae7b03e [diff] [blame] |
aapt: expat exports its header files now. (cherrypick of 51348d2007b801c7bd7350f72e2300f1a5a41dd1) Change-Id: Iddf0133919d38fc896f97c6796f8228a6decf174
diff --git a/tools/aapt/XMLNode.h b/tools/aapt/XMLNode.h index 3161f65..b9e5cd5 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;