diff options
Diffstat (limited to 'cmd.c')
| -rw-r--r-- | cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c index f40f09bbb7..01a8c3a299 100644 --- a/cmd.c +++ b/cmd.c @@ -24,7 +24,7 @@ #include <getopt.h> #include "cmd.h" -#include "qemu-aio.h" +#include "block/aio.h" #include "main-loop.h" #define _(x) x /* not gettext support yet */ |