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 dc99fc28fa..3fea0983d4 100644 --- a/hw/bt.c +++ b/hw/bt.c @@ -18,7 +18,7 @@ */ #include "qemu-common.h" -#include "net.h" +#include "bt-host.h" #include "bt.h" /* Slave implementations can ignore this */ |