[libvirt PATCH] esx: include viralloc.h for VIR_FREE usage
14 May
2026
14 May
'26
11:31 p.m.
From: Ján Tomko <jtomko@redhat.com> Fixes: af83ac00eba56e50de70d7d29d1dc7f726786aa5 Signed-off-by: Ján Tomko <jtomko@redhat.com> --- Pushed as a build fix. src/esx/esx_util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/esx/esx_util.c b/src/esx/esx_util.c index 1443ec3b9e..035b646fb6 100644 --- a/src/esx/esx_util.c +++ b/src/esx/esx_util.c @@ -24,6 +24,7 @@ #include <config.h> #include "internal.h" +#include "viralloc.h" #include "virlog.h" #include "viruuid.h" #include "vmx.h" -- 2.54.0
28
Age (days ago)
28
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ján Tomko