X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/aec7c6dc683314d1e5bed09a9cc98dab086ead82..7df9381b7aa56c897e344f3bfe43bf5848bbd3e0:/bt-vhci.c diff --git a/bt-vhci.c b/bt-vhci.c index bbc1029854..9d277c32bf 100644 --- a/bt-vhci.c +++ b/bt-vhci.c @@ -17,10 +17,11 @@ * with this program; if not, see . */ +#include "qemu/osdep.h" #include "qemu-common.h" -#include "qemu-char.h" -#include "net.h" +#include "sysemu/bt.h" #include "hw/bt.h" +#include "qemu/main-loop.h" #define VHCI_DEV "/dev/vhci" #define VHCI_UDEV "/dev/hci_vhci"