From patchwork Tue Jun 15 14:19:41 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [19/19] xen: Fix build error due to missing include Date: Tue, 15 Jun 2010 04:19:41 -0000 From: Kevin Wolf X-Patchwork-Id: 55697 Message-Id: <1276611581-3757-20-git-send-email-kwolf@redhat.com> To: anthony@codemonkey.ws Cc: kwolf@redhat.com, qemu-devel@nongnu.org From: Jan Kiszka Signed-off-by: Jan Kiszka Signed-off-by: Kevin Wolf --- 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" /* ------------------------------------------------------------- */