The nwfilter_params.h header references the xmlNodePtr type, so must include the virxml.h header to get the libxml2 types defined. Signed-off-by: Daniel P. Berrangé <berrange@xxxxxxxxxx> --- src/conf/nwfilter_params.h | 1 + 1 file changed, 1 insertion(+) 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, -- 2.17.0 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list