From: Ján Tomko <[email protected]> Fixes: af83ac00eba56e50de70d7d29d1dc7f726786aa5 Signed-off-by: Ján Tomko <[email protected]> --- 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
