[libvirt PATCH 2/6] hyperv: include virxml.h

Ján Tomko jtomko at redhat.com
Sun Aug 2 22:24:20 UTC 2020


This file is using XML functions without including
the header.

Signed-off-by: Ján Tomko <jtomko at redhat.com>
---
 src/hyperv/hyperv_wmi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/hyperv/hyperv_wmi.c b/src/hyperv/hyperv_wmi.c
index f8d0aaf373..917298d027 100644
--- a/src/hyperv/hyperv_wmi.c
+++ b/src/hyperv/hyperv_wmi.c
@@ -37,6 +37,7 @@
 #include "virstring.h"
 #include "openwsman.h"
 #include "virlog.h"
+#include "virxml.h"
 
 #define WS_SERIALIZER_FREE_MEM_WORKS 0
 
-- 
2.26.2




More information about the libvir-list mailing list