[libvirt PATCH] esx: include viralloc.h for VIR_FREE usage

Ján Tomko via Devel posted 1 patch 11 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/a1e5d90277e58ffd71377bf29fb3e213af463214.1778794300.git.jtomko@redhat.com
src/esx/esx_util.c | 1 +
1 file changed, 1 insertion(+)
[libvirt PATCH] esx: include viralloc.h for VIR_FREE usage
Posted by Ján Tomko via Devel 11 hours ago
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