From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60448) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHskV-0001N9-OD for qemu-devel@nongnu.org; Mon, 24 Feb 2014 05:27:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WHskN-0002wQ-8m for qemu-devel@nongnu.org; Mon, 24 Feb 2014 05:26:59 -0500 Received: from mail-qa0-x236.google.com ([2607:f8b0:400d:c00::236]:42689) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHskN-0002wI-4O for qemu-devel@nongnu.org; Mon, 24 Feb 2014 05:26:51 -0500 Received: by mail-qa0-f54.google.com with SMTP id i13so5956602qae.41 for ; Mon, 24 Feb 2014 02:26:50 -0800 (PST) Sender: Paolo Bonzini Message-ID: <530B1E66.8080200@redhat.com> Date: Mon, 24 Feb 2014 11:26:46 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1393174935-11750-1-git-send-email-sw@weilnetz.de> <1393174935-11750-7-git-send-email-sw@weilnetz.de> In-Reply-To: <1393174935-11750-7-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 6/9] w32: Add and use intermediate include file for windows.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil , qemu-devel@nongnu.org Cc: Peter Maydell , Gerd Hoffmann , Anthony Liguori , Jan Kiszka Il 23/02/2014 18:02, Stefan Weil ha scritto: > diff --git a/qga/channel-win32.c b/qga/channel-win32.c > index 8a303f3..3a0bf13 100644 > --- a/qga/channel-win32.c > +++ b/qga/channel-win32.c > @@ -2,7 +2,7 @@ > #include > #include > #include > -#include > +#include "sysemu/os-winapi.h" > #include > #include > #include "qga/guest-agent-core.h" qga/ is not supposed to include include/sysemu (which is just for qemu-system-*). I guess you can call the new file include/qemu/winapi.h Paolo