From dfccb4b2cf9d936f1f15bf38d2763bdbfdee7701 Mon Sep 17 00:00:00 2001 From: "\"Jiang, Yunhong\"" Date: Tue, 17 Aug 2010 12:45:44 +0100 Subject: [PATCH] fix libxl build failure Fix libxl build issue caused by 21966, which adds the hidden attribute, but didn't update the tools/libxl/xenguest.c. Signed-off-by: Jiang, Yunhong Signed-off-by: Stefano Stabellini committer: Stefano Stabellini --- tools/libxl/xenguest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/libxl/xenguest.c b/tools/libxl/xenguest.c index 9351f23e81..a55e1dbf18 100644 --- a/tools/libxl/xenguest.c +++ b/tools/libxl/xenguest.c @@ -20,6 +20,7 @@ #include #include "libxl.h" +#include "libxl_internal.h" int hvm_build_set_params(xc_interface *handle, uint32_t domid, libxl_domain_build_info *info, -- 2.39.5