apache: add compile fix for libxml-2.12.x
[feed/packages.git] / net / apache / patches / 100_compile-fix-libxml2-2.12.x.patch
diff --git a/net/apache/patches/100_compile-fix-libxml2-2.12.x.patch b/net/apache/patches/100_compile-fix-libxml2-2.12.x.patch
new file mode 100644 (file)
index 0000000..c43bd52
--- /dev/null
@@ -0,0 +1,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__)