]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
conf: add missing virxml.h include for nwfilter_params.h
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 10 May 2018 13:29:58 +0000 (14:29 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 26 Jun 2018 10:22:07 +0000 (11:22 +0100)
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 <jferlan@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/conf/nwfilter_params.h

index 9bdf65c03311271c9abfec68a80549523c136765..f7355c37dfa67a351674173d654b9a441acd563f 100644 (file)
@@ -26,6 +26,7 @@
 # include "virhash.h"
 # include "virbuffer.h"
 # include "virmacaddr.h"
+# include "virxml.h"
 
 typedef enum {
     NWFILTER_VALUE_TYPE_SIMPLE,