mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
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>
This commit is contained in:
parent
ce1144960c
commit
ce376228e9
@ -26,6 +26,7 @@
|
||||
# include "virhash.h"
|
||||
# include "virbuffer.h"
|
||||
# include "virmacaddr.h"
|
||||
# include "virxml.h"
|
||||
|
||||
typedef enum {
|
||||
NWFILTER_VALUE_TYPE_SIMPLE,
|
||||
|
Loading…
x
Reference in New Issue
Block a user