From c56caf99b108c095efbb5003ee22190983c9209b Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Thu, 31 Oct 2013 20:16:01 +0300 Subject: [PATCH] [expat] Added missing headers --- 3party/expat/expat.pro | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/3party/expat/expat.pro b/3party/expat/expat.pro index d4c4fccc98..ec233e295c 100644 --- a/3party/expat/expat.pro +++ b/3party/expat/expat.pro @@ -21,4 +21,10 @@ SOURCES += \ lib/xmltok_ns.c \ HEADERS += \ - + lib/ascii.h \ + lib/expat.h \ + lib/expat_external.h \ + lib/internal.h \ + lib/nametab.h \ + lib/xmlrole.h \ + lib/xmltok.h \