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:
Daniel P. Berrangé 2018-05-10 14:29:58 +01:00
parent ce1144960c
commit ce376228e9

View File

@ -26,6 +26,7 @@
# include "virhash.h"
# include "virbuffer.h"
# include "virmacaddr.h"
# include "virxml.h"
typedef enum {
NWFILTER_VALUE_TYPE_SIMPLE,