>From d8d81a9d4aa0a760ad04df7db95387a3229dbcb1 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 13 May 2009 11:20:50 +0200 Subject: [PATCH 03/21] include inttypes.h in xen.h Signed-off-by: Gerd Hoffmann --- hw/xen.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/hw/xen.h b/hw/xen.h index 3c8da41..780dcf7 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 { -- 1.6.2.2