]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
esx: include viralloc.h for VIR_FREE usage
authorJán Tomko <jtomko@redhat.com>
Thu, 14 May 2026 21:29:00 +0000 (23:29 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 14 May 2026 21:29:00 +0000 (23:29 +0200)
Fixes: af83ac00eba56e50de70d7d29d1dc7f726786aa5
Signed-off-by: Ján Tomko <jtomko@redhat.com>
src/esx/esx_util.c

index 1443ec3b9e468fbd1963c1513283f5073f7dcb46..035b646fb60b6bd2a718c18ae13786b564751bfd 100644 (file)
@@ -24,6 +24,7 @@
 #include <config.h>
 
 #include "internal.h"
+#include "viralloc.h"
 #include "virlog.h"
 #include "viruuid.h"
 #include "vmx.h"