X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/dc5e9ac716c5c5312ab29fb9f311f8176064fe04..db725815985654007ade0fd53590d613fd657208:/hw/usb/hcd-ehci.c diff --git a/hw/usb/hcd-ehci.c b/hw/usb/hcd-ehci.c index 45ff4f4115..d7d1ecd45d 100644 --- a/hw/usb/hcd-ehci.c +++ b/hw/usb/hcd-ehci.c @@ -34,6 +34,7 @@ #include "migration/vmstate.h" #include "trace.h" #include "qemu/error-report.h" +#include "qemu/main-loop.h" #define FRAME_TIMER_FREQ 1000 #define FRAME_TIMER_NS (NANOSECONDS_PER_SECOND / FRAME_TIMER_FREQ)