<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Fix build failure with libxml2 &gt;= 2.12.0:

error: use of undeclared identifier 'xmlFree'

https://gitlab.com/inkscape/inkscape/-/issues/4753
https://gitlab.com/inkscape/inkscape/-/commit/694d8ae43d06efff21adebf377ce614d660b24cd
--- src/object/uri.h.orig
+++ src/object/uri.h
@@ -13,6 +13,7 @@
 #define INKSCAPE_URI_H
 
 #include &lt;libxml/uri.h&gt;
+#include &lt;libxml/xmlmemory.h&gt;
 #include &lt;memory&gt;
 #include &lt;string&gt;
 
</pre></body></html>