From patchwork Mon Jun 14 21:11:05 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: xen: Fix build error due to missing include Date: Mon, 14 Jun 2010 11:11:05 -0000 From: Jan Kiszka X-Patchwork-Id: 55591 Message-Id: <4C169AE9.8070404@web.de> To: Kevin Wolf Cc: Markus Armbruster , qemu-devel From: Jan Kiszka Signed-off-by: Jan Kiszka --- hw/xen_backend.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/hw/xen_backend.h b/hw/xen_backend.h index f07f7d4..cc25f9d 100644 --- a/hw/xen_backend.h +++ b/hw/xen_backend.h @@ -5,6 +5,7 @@ #include "sysemu.h" #include "net.h" #include "block_int.h" +#include "blockdev.h" /* ------------------------------------------------------------- */