|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH RESEND 3/4] include inttypes.h in xen.h
Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx>
---
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 <inttypes.h>
/* xen-machine.c */
enum xen_mode {
--
1.6.2.2
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|