diff options
Diffstat (limited to 'bt-vhci.c')
-rw-r--r-- | bt-vhci.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,9 +18,9 @@ */ #include "qemu-common.h" -#include "qemu-char.h" -#include "net.h" +#include "bt/bt.h" #include "hw/bt.h" +#include "qemu/main-loop.h" #define VHCI_DEV "/dev/vhci" #define VHCI_UDEV "/dev/hci_vhci" |