X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=bt-vhci.c;h=9d277c32bf0c274f7340d53916337e9a43b9e276;hb=9eb5adae26b828219e82f17c854cdf1f192f9565;hp=13c0e53729fb01471939bd565eaa4b79f19ce4e4;hpb=090f7ac5ba433ef9de7004b8e8304d06bd9ffd7d;p=mirror_qemu.git diff --git a/bt-vhci.c b/bt-vhci.c index 13c0e53729..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 "bt-host.h" +#include "sysemu/bt.h" #include "hw/bt.h" -#include "main-loop.h" +#include "qemu/main-loop.h" #define VHCI_DEV "/dev/vhci" #define VHCI_UDEV "/dev/hci_vhci"