Skip to content

Commit 9f81fb4

Browse files
committed
hyperv: include virxml.h
This file is using XML functions without including the header. Signed-off-by: Ján Tomko <[email protected]> Reviewed-by: Martin Kletzander <[email protected]>
1 parent eda2537 commit 9f81fb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hyperv/hyperv_wmi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
#include "virstring.h"
3838
#include "openwsman.h"
3939
#include "virlog.h"
40+
#include "virxml.h"
4041

4142
#define WS_SERIALIZER_FREE_MEM_WORKS 0
4243

0 commit comments

Comments
 (0)