diff options
Diffstat (limited to 'hw/bt.c')
| -rw-r--r-- | hw/bt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bt.c b/hw/bt.c index 3fea0983d4..4f2372d794 100644 --- a/hw/bt.c +++ b/hw/bt.c @@ -18,7 +18,7 @@ */ #include "qemu-common.h" -#include "bt-host.h" +#include "bt/bt.h" #include "bt.h" /* Slave implementations can ignore this */ |