Skip to content

Fix build with libxml 2.12

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

libxml 2.12.0 reorganized headers so xmlFree is no longer available in scope. Include the proper header that contains it.

Merge request reports