From: Daniel P. Berrangé Date: Thu, 10 May 2018 13:29:58 +0000 (+0100) Subject: conf: add missing virxml.h include for nwfilter_params.h X-Git-Tag: v4.5.0-rc1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce376228e9d842c244295d469e0d60dc592c8b9a;p=thirdparty%2Flibvirt.git conf: add missing virxml.h include for nwfilter_params.h The nwfilter_params.h header references the xmlNodePtr type, so must include the virxml.h header to get the libxml2 types defined. Reviewed-by: John Ferlan Signed-off-by: Daniel P. Berrangé --- diff --git a/src/conf/nwfilter_params.h b/src/conf/nwfilter_params.h index 9bdf65c033..f7355c37df 100644 --- a/src/conf/nwfilter_params.h +++ b/src/conf/nwfilter_params.h @@ -26,6 +26,7 @@ # include "virhash.h" # include "virbuffer.h" # include "virmacaddr.h" +# include "virxml.h" typedef enum { NWFILTER_VALUE_TYPE_SIMPLE,