Fix: ./svgint.h:40:9: error: unknown type name 'xmlParserCtxtPtr' --- src/svgint.h.orig 2026-03-21 23:04:05.000000000 +1300 +++ src/svgint.h 2026-03-21 23:17:55.000000000 +1300 @@ -36,6 +36,7 @@ #include #include #include +#include typedef xmlParserCtxtPtr svg_xml_parser_context_t; typedef xmlHashTable svg_xml_hash_table_t;