include inttypes.h in xen.h

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Gerd Hoffmann 2009-06-11 11:32:50 +02:00 committed by Blue Swirl
parent a85d68877f
commit 23327f7542

View File

@ -6,6 +6,7 @@
* must not depend on any xen headers being present in * must not depend on any xen headers being present in
* /usr/include/xen, so it can be included unconditionally. * /usr/include/xen, so it can be included unconditionally.
*/ */
#include <inttypes.h>
/* xen-machine.c */ /* xen-machine.c */
enum xen_mode { enum xen_mode {