apache: add compile fix for libxml-2.12.x
[feed/packages.git] / net / apache / patches / 100_compile-fix-libxml2-2.12.x.patch
1 --- a/modules/filters/mod_xml2enc.c
2 +++ b/modules/filters/mod_xml2enc.c
3 @@ -35,6 +35,7 @@
4 #endif
5
6 /* libxml2 */
7 +#include <libxml/xmlstring.h>
8 #include <libxml/encoding.h>
9
10 #if defined(__clang__)