From: Michal Privoznik Date: Mon, 20 Nov 2023 02:18:12 +0000 (+0100) Subject: virxml: include for xmlIndentTreeOutput declaration X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7a5f232be2269e74943a029c0e8b1b0124674a6c;p=libvirt.git virxml: include for xmlIndentTreeOutput declaration After libxml2's commit of v2.12.0~101 we no longer get xmlIndentTreeOutput declaration by us including just libxml/xpathInternals.h and libxml2's header files leakage. Resolves: https://bugs.gentoo.org/917516 Signed-off-by: Michal Privoznik Reviewed-by: Ján Tomko --- diff --git a/src/util/virxml.c b/src/util/virxml.c index 0c1eae8c3c..4f215a0e59 100644 --- a/src/util/virxml.c +++ b/src/util/virxml.c @@ -24,6 +24,7 @@ #include /* for isnan() */ #include +#include #include #include "virerror.h"