summaryrefslogtreecommitdiff
path: root/tools/aapt2/SourceXmlPullParser.h
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2015-07-21 11:39:21 -0700
committer Elliott Hughes <enh@google.com> 2015-07-21 11:39:21 -0700
commit51348d2007b801c7bd7350f72e2300f1a5a41dd1 (patch)
tree6c9034eed32755e3e63715753645f8b8b4a416a9 /tools/aapt2/SourceXmlPullParser.h
parentc25f41917ee5cb7be00107743a799f1e533639b6 (diff)
aapt: expat exports its header files now.
Change-Id: Iddf0133919d38fc896f97c6796f8228a6decf174
Diffstat (limited to 'tools/aapt2/SourceXmlPullParser.h')
-rw-r--r--tools/aapt2/SourceXmlPullParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt2/SourceXmlPullParser.h b/tools/aapt2/SourceXmlPullParser.h
index 15936d655745..d8ed45952b31 100644
--- a/tools/aapt2/SourceXmlPullParser.h
+++ b/tools/aapt2/SourceXmlPullParser.h
@@ -20,7 +20,7 @@
#include "XmlPullParser.h"
#include <istream>
-#include <libexpat/expat.h>
+#include <expat.h>
#include <queue>
#include <stack>
#include <string>