From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIal6-0008Ry-Go for qemu-devel@nongnu.org; Tue, 25 Oct 2011 02:45:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIal5-0005rm-As for qemu-devel@nongnu.org; Tue, 25 Oct 2011 02:45:12 -0400 Received: from mail-ww0-f53.google.com ([74.125.82.53]:44845) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIal4-0005rN-W2 for qemu-devel@nongnu.org; Tue, 25 Oct 2011 02:45:11 -0400 Received: by wwi36 with SMTP id 36so202355wwi.10 for ; Mon, 24 Oct 2011 23:45:09 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4EA65AF3.2060808@redhat.com> Date: Tue, 25 Oct 2011 08:45:07 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1319485183-9492-1-git-send-email-sw@weilnetz.de> <4EA5BFF9.8050707@codemonkey.ws> <4EA5CBC1.9020001@weilnetz.de> In-Reply-To: <4EA5CBC1.9020001@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] main-loop: Add missing include file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developers On 10/24/2011 10:34 PM, Stefan Weil wrote: > Am 24.10.2011 21:43, schrieb Anthony Liguori: >> On 10/24/2011 02:39 PM, Stefan Weil wrote: >>> stdint.h defines the POSIX data types and is needed >>> for MinGW-w64 (and maybe other hosts). >>> >>> Signed-off-by: Stefan Weil >>> --- >>> main-loop.c | 1 + >>> 1 files changed, 1 insertions(+), 0 deletions(-) >>> >>> diff --git a/main-loop.c b/main-loop.c >>> index bfecdb7..d9585f8 100644 >>> --- a/main-loop.c >>> +++ b/main-loop.c >>> @@ -22,6 +22,7 @@ >>> * THE SOFTWARE. >>> */ >>> #include "config-host.h" >>> +#include /* uint8_t, ... */ >> >> Any reason not to use qemu-common? > > I don't know any reason and forward your question to Paolo. Either is fine. Paolo