diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-06-11 11:32:50 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-06-13 16:18:31 +0300 |
commit | 23327f75420c28858c394f0e91c79c75df7020ee (patch) | |
tree | 7241d9ae78878c3694cec64fa8371bb183e4e58a | |
parent | a85d68877f415fb3b7a2efe66d995dc967168dee (diff) |
include inttypes.h in xen.h
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
-rw-r--r-- | hw/xen.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ * must not depend on any xen headers being present in * /usr/include/xen, so it can be included unconditionally. */ +#include <inttypes.h> /* xen-machine.c */ enum xen_mode { |