Commit 23327f75420c28858c394f0e91c79c75df7020ee
Committed by
Blue Swirl
1 parent
a85d6887
include inttypes.h in xen.h
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Showing
1 changed file
with
1 additions
and
0 deletions
hw/xen.h
@@ -6,6 +6,7 @@ | @@ -6,6 +6,7 @@ | ||
6 | * must not depend on any xen headers being present in | 6 | * must not depend on any xen headers being present in |
7 | * /usr/include/xen, so it can be included unconditionally. | 7 | * /usr/include/xen, so it can be included unconditionally. |
8 | */ | 8 | */ |
9 | +#include <inttypes.h> | ||
9 | 10 | ||
10 | /* xen-machine.c */ | 11 | /* xen-machine.c */ |
11 | enum xen_mode { | 12 | enum xen_mode { |