commit | 51348d2007b801c7bd7350f72e2300f1a5a41dd1 | [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 11:39:21 2015 -0700 |
tree | 6c9034eed32755e3e63715753645f8b8b4a416a9 | |
parent | c25f41917ee5cb7be00107743a799f1e533639b6 [diff] [blame] |
aapt: expat exports its header files now. Change-Id: Iddf0133919d38fc896f97c6796f8228a6decf174
diff --git a/tools/aapt2/XmlDom.h b/tools/aapt2/XmlDom.h index 6931884..035e7c4 100644 --- a/tools/aapt2/XmlDom.h +++ b/tools/aapt2/XmlDom.h
@@ -21,7 +21,7 @@ #include "StringPiece.h" #include <istream> -#include <libexpat/expat.h> +#include <expat.h> #include <memory> #include <string> #include <vector>