From dac3832265fa17de8d3b9d3ea8d930b83efe9c17 Mon Sep 17 00:00:00 2001 From: ewew ukek Date: Thu, 28 Mar 2024 07:20:16 +0000 Subject: Fixed compile against libxml2 2.12 Quote from Fedora mailing lists: The latest released versions of libxml2 have a couple of important changes in header files that have unintentionally caused some packages to fail to build without modification, including: * several functions now accept or return a const xmlError struct * cyclic dependencies in header files were fixed (by dropping some includes) --- src/utils/xml.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils/xml.h') diff --git a/src/utils/xml.h b/src/utils/xml.h index df8dd1bd..256a964b 100644 --- a/src/utils/xml.h +++ b/src/utils/xml.h @@ -22,6 +22,7 @@ #ifndef XML_H #define XML_H +#include #include #include -- cgit v1.2.3-70-g09d2