提交 ce376228 编写于 作者: D Daniel P. Berrangé

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: NJohn Ferlan <jferlan@redhat.com>
Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 ce114496
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
# include "virhash.h" # include "virhash.h"
# include "virbuffer.h" # include "virbuffer.h"
# include "virmacaddr.h" # include "virmacaddr.h"
# include "virxml.h"
typedef enum { typedef enum {
NWFILTER_VALUE_TYPE_SIMPLE, NWFILTER_VALUE_TYPE_SIMPLE,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册