From 167e609af42c6bfc430c1c1b3f00d8c57276c7e6 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Mon, 14 Jun 2010 23:11:05 +0200 Subject: [PATCH] xen: Fix build error due to missing include Signed-off-by: Jan Kiszka Signed-off-by: Kevin Wolf --- hw/xen_backend.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xen_backend.h b/hw/xen_backend.h index f07f7d4224..cc25f9d7db 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" /* ------------------------------------------------------------- */