diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-30 23:31:35 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-30 23:31:35 +0000 |
commit | 2e9b08e59e241fe0119463fc5192e15a6403eded (patch) | |
tree | cd5b9dcc2133464040f08659e22752da630acbf5 /bt-vhci.c | |
parent | 9d56d2dce6b949293d11d0af71ec4f03cd8cb6c1 (diff) |
Disable bluetooth proxy compilation on win32.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5365 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'bt-vhci.c')
-rw-r--r-- | bt-vhci.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -25,9 +25,7 @@ #include "net.h" #include "hw/bt.h" -#include <sys/uio.h> - -#define VHCI_DEV "/dev/vhci" +#define VHCI_DEV "/dev/vhci" #define VHCI_UDEV "/dev/hci_vhci" struct bt_vhci_s { |