From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M9dnR-0000tl-2q for qemu-devel@nongnu.org; Thu, 28 May 2009 07:29:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9dnM-0000so-Jw for qemu-devel@nongnu.org; Thu, 28 May 2009 07:29:16 -0400 Received: from [199.232.76.173] (port=55198 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9dnM-0000sl-HH for qemu-devel@nongnu.org; Thu, 28 May 2009 07:29:12 -0400 Received: from mx2.redhat.com ([66.187.237.31]:33437) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M9dnM-000491-3S for qemu-devel@nongnu.org; Thu, 28 May 2009 07:29:12 -0400 Message-ID: <4A1E7584.7070005@redhat.com> Date: Thu, 28 May 2009 13:29:08 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------040108090407010808000205" Subject: [Qemu-devel] include inttypes.h in xen.h List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" Cc: Xen Development Mailing List This is a multi-part message in MIME format. --------------040108090407010808000205 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, xen.h uses uint32_t, so make sure it is known. please apply, Gerd --------------040108090407010808000205 Content-Type: text/plain; name="0003-include-inttypes.h-in-xen.h.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0003-include-inttypes.h-in-xen.h.patch" >>From d8d81a9d4aa0a760ad04df7db95387a3229dbcb1 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 13 May 2009 11:20:50 +0200 Subject: [PATCH 03/21] include inttypes.h in xen.h Signed-off-by: Gerd Hoffmann --- 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 /* xen-machine.c */ enum xen_mode { -- 1.6.2.2 --------------040108090407010808000205--