From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TP87o-00007K-Ps for qemu-devel@nongnu.org; Fri, 19 Oct 2012 04:40:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TP87f-0003rS-GZ for qemu-devel@nongnu.org; Fri, 19 Oct 2012 04:40:12 -0400 Date: Fri, 19 Oct 2012 10:39:48 +0200 From: Stefan Hajnoczi Message-ID: <20121019083948.GE4656@stefanha-thinkpad.redhat.com> References: <1350496430-14429-1-git-send-email-sw@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1350496430-14429-1-git-send-email-sw@weilnetz.de> Subject: Re: [Qemu-devel] [PATCH] net/tap-win32: Fix compiler warning caused by missing include statement List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial@nongnu.org, Anthony Liguori , qemu-devel@nongnu.org On Wed, Oct 17, 2012 at 07:53:50PM +0200, Stefan Weil wrote: > The include file for net_init_tap was missing: > > net/tap-win32.c:703: > warning: no previous prototype for ‘net_init_tap’ > > Signed-off-by: Stefan Weil > --- > net/tap-win32.c | 1 + > 1 file changed, 1 insertion(+) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan