From: Jan Kiszka Date: Mon, 14 Jun 2010 21:11:05 +0000 (+0200) Subject: xen: Fix build error due to missing include X-Git-Tag: xen-15-06-02~7421 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=167e609af42c6bfc430c1c1b3f00d8c57276c7e6;p=people%2Fsstabellini%2Fqemu-dm.git%2F.git xen: Fix build error due to missing include Signed-off-by: Jan Kiszka Signed-off-by: Kevin Wolf --- 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" /* ------------------------------------------------------------- */