libxl_arm_acpi.c is using BUILD_BUG_ON but it is not including xen-tools/libs.h that defines it.
Signed-off-by: Stefano Stabellini <[email protected]> --- tools/libxl/libxl_arm_acpi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/libxl/libxl_arm_acpi.c b/tools/libxl/libxl_arm_acpi.c index ba874c3d32..52c476ff65 100644 --- a/tools/libxl/libxl_arm_acpi.c +++ b/tools/libxl/libxl_arm_acpi.c @@ -19,6 +19,7 @@ #include "libxl_arm.h" #include <stdint.h> +#include <xen-tools/libs.h> /* Below typedefs are useful for the headers under acpi/ */ typedef uint8_t u8; -- 2.17.1 _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
