mirror of https://gitee.com/openkylin/libvirt.git
hyperv: include virxml.h
This file is using XML functions without including the header. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
eda2537bbb
commit
9f81fb41ad
|
@ -37,6 +37,7 @@
|
|||
#include "virstring.h"
|
||||
#include "openwsman.h"
|
||||
#include "virlog.h"
|
||||
#include "virxml.h"
|
||||
|
||||
#define WS_SERIALIZER_FREE_MEM_WORKS 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue