diff options
Diffstat (limited to 'hw/usb/host-stub.c')
-rw-r--r-- | hw/usb/host-stub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb/host-stub.c b/hw/usb/host-stub.c index e8da3221f6..58423a0f5c 100644 --- a/hw/usb/host-stub.c +++ b/hw/usb/host-stub.c @@ -33,7 +33,7 @@ #include "qemu-common.h" #include "ui/console.h" #include "hw/usb.h" -#include "monitor.h" +#include "monitor/monitor.h" void usb_host_info(Monitor *mon) { |