diff options
Diffstat (limited to 'accel/accel-blocker.c')
-rw-r--r-- | accel/accel-blocker.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accel/accel-blocker.c b/accel/accel-blocker.c index e083f24..51132d1 100644 --- a/accel/accel-blocker.c +++ b/accel/accel-blocker.c @@ -25,10 +25,11 @@ */ #include "qemu/osdep.h" +#include "qemu/lockcnt.h" #include "qemu/thread.h" #include "qemu/main-loop.h" #include "hw/core/cpu.h" -#include "sysemu/accel-blocker.h" +#include "system/accel-blocker.h" static QemuLockCnt accel_in_ioctl_lock; static QemuEvent accel_in_ioctl_event; |