From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48024) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0PfR-0004BD-Gk for qemu-devel@nongnu.org; Wed, 11 May 2016 04:38:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0PfN-0008Fq-7L for qemu-devel@nongnu.org; Wed, 11 May 2016 04:38:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48942) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0PfN-0008Fm-1D for qemu-devel@nongnu.org; Wed, 11 May 2016 04:38:49 -0400 Message-ID: <1462955923.5679.2.camel@redhat.com> From: Gerd Hoffmann Date: Wed, 11 May 2016 10:38:43 +0200 In-Reply-To: <1458630800-10088-1-git-send-email-sw@weilnetz.de> References: <1458630800-10088-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2] usb: Support compilation without poll.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-devel@nongnu.org On Di, 2016-03-22 at 08:13 +0100, Stefan Weil wrote: > This is a hack to support compilation with Mingw-w64 which provides > a libusb-1.0 package, but no poll.h. Added to usb patch queue.