diff options
Diffstat (limited to 'accel/accel-blocker.c')
-rw-r--r-- | accel/accel-blocker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel/accel-blocker.c b/accel/accel-blocker.c index 75daaa2..51132d1 100644 --- a/accel/accel-blocker.c +++ b/accel/accel-blocker.c @@ -29,7 +29,7 @@ #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; |