aboutsummaryrefslogtreecommitdiff
path: root/ports/poco/fix-error-c3861.patch
blob: 85891622c75979319551de069da3e33306904fab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/XML/include/Poco/XML/ParserEngine.h b/XML/include/Poco/XML/ParserEngine.h
index e0c8455..363654c 100644
--- a/XML/include/Poco/XML/ParserEngine.h
+++ b/XML/include/Poco/XML/ParserEngine.h
@@ -19,6 +19,7 @@
 
 #include "Poco/XML/XML.h"
 #if defined(POCO_UNBUNDLED)
+#include <expat_config.h>
 #include <expat.h>
 #else
 #include "Poco/XML/expat.h"