X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=bt-vhci.c;h=9d277c32bf0c274f7340d53916337e9a43b9e276;hb=9eb5adae26b828219e82f17c854cdf1f192f9565;hp=bbc102985434e1ce217319e5e50ec612acfc39d1;hpb=7267c0947d7e8ae5dff7bafd932c3bc285f43e5c;p=mirror_qemu.git 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"