usb: Support compilation without poll.h
commit00767ed6e3fa213890a6c8caed63cfa4d49aa729
authorStefan Weil <sw@weilnetz.de>
Wed, 16 Mar 2016 20:18:26 +0000 (16 21:18 +0100)
committerStefan Weil <sw@weilnetz.de>
Wed, 16 Mar 2016 20:33:00 +0000 (16 21:33 +0100)
treefe0bb4ac3b85aae135aaaa42845ebd6afe7e2d21
parent498a781cbda9dc28a28feafcfd730cfaff669301
usb: Support compilation without poll.h

This is a hack to support compilation with Mingw-w64 which provides
a libusb-1.0 package, but no poll.h.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
hw/usb/host-libusb.c