blob: c43bd52fdb734327527d9e3f02f901f88d8848e9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/modules/filters/mod_xml2enc.c
+++ b/modules/filters/mod_xml2enc.c
@@ -35,6 +35,7 @@
#endif
/* libxml2 */
+#include <libxml/xmlstring.h>
#include <libxml/encoding.h>
#if defined(__clang__)
|