aboutsummaryrefslogtreecommitdiff
path: root/bt-vhci.c
diff options
context:
space:
mode:
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-09-30 23:31:35 +0000
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-09-30 23:31:35 +0000
commit2e9b08e59e241fe0119463fc5192e15a6403eded (patch)
treecd5b9dcc2133464040f08659e22752da630acbf5 /bt-vhci.c
parent9d56d2dce6b949293d11d0af71ec4f03cd8cb6c1 (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.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/bt-vhci.c b/bt-vhci.c
index 146939313d..4fa1db45e7 100644
--- a/bt-vhci.c
+++ b/bt-vhci.c
@@ -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 {