]> git.ipfire.org Git - thirdparty/libvirt.git/commit
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)
commitce376228e9d842c244295d469e0d60dc592c8b9a
tree281036009a690aef5258946eb7a9b83846b2c61e
parentce1144960cdb903271ef660020ff6c5f2eb4978e
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 <jferlan@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/conf/nwfilter_params.h