From 23327f75420c28858c394f0e91c79c75df7020ee Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 11 Jun 2009 11:32:50 +0200 Subject: [PATCH] include inttypes.h in xen.h Signed-off-by: Gerd Hoffmann --- hw/xen.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xen.h b/hw/xen.h index 3c8da4105d..780dcf713a 100644 --- a/hw/xen.h +++ b/hw/xen.h @@ -6,6 +6,7 @@ * must not depend on any xen headers being present in * /usr/include/xen, so it can be included unconditionally. */ +#include /* xen-machine.c */ enum xen_mode { -- 2.39.5