Skip to content

Fix build with libxml2 2.12

Jan Tojnar requested to merge wip/jtojnar/libxml2.12 into master

libxml 2.12.0 reorganized headers, resulting in xmlParseFile and xmlIndentTreeOutput no longer being in scope. Let’s add the proper includes containing the symbols.

Merge request reports