diff options
Diffstat (limited to 'iohandler.c')
-rw-r--r-- | iohandler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iohandler.c b/iohandler.c index 258f42d8d2..cf8276dffc 100644 --- a/iohandler.c +++ b/iohandler.c @@ -25,7 +25,7 @@ #include "config-host.h" #include "qemu-common.h" #include "qemu-queue.h" -#include "qemu-aio.h" +#include "block/aio.h" #include "main-loop.h" #ifndef _WIN32 |