* [Qemu-devel] include inttypes.h in xen.h
@ 2009-05-28 11:29 Gerd Hoffmann
0 siblings, 0 replies; only message in thread
From: Gerd Hoffmann @ 2009-05-28 11:29 UTC (permalink / raw)
To: qemu-devel@nongnu.org; +Cc: Xen Development Mailing List
[-- Attachment #1: Type: text/plain, Size: 78 bytes --]
Hi,
xen.h uses uint32_t, so make sure it is known.
please apply,
Gerd
[-- Attachment #2: 0003-include-inttypes.h-in-xen.h.patch --]
[-- Type: text/plain, Size: 637 bytes --]
>From d8d81a9d4aa0a760ad04df7db95387a3229dbcb1 Mon Sep 17 00:00:00 2001
From: Gerd Hoffmann <kraxel@redhat.com>
Date: Wed, 13 May 2009 11:20:50 +0200
Subject: [PATCH 03/21] include inttypes.h in xen.h
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-05-28 11:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-28 11:29 [Qemu-devel] include inttypes.h in xen.h Gerd Hoffmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).