From 669117bf4f1d2027a17dec24fc4df1857b813378 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 31 Mar 2009 16:57:20 +0100 Subject: [PATCH] xen_machine_fv: Add missing #include of qemu-aio.h Signed-off-by: Ian Jackson --- hw/xen_machine_fv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xen_machine_fv.c b/hw/xen_machine_fv.c index f0b7952d..cbd32c7f 100644 --- a/hw/xen_machine_fv.c +++ b/hw/xen_machine_fv.c @@ -28,6 +28,7 @@ #include "boards.h" #include "exec-all.h" #include "qemu-xen.h" +#include "qemu-aio.h" #include #include -- 2.39.5