From patchwork Mon Jun 14 21:11:05 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kiszka X-Patchwork-Id: 55591 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 84A94B7D64 for ; Tue, 15 Jun 2010 07:13:34 +1000 (EST) Received: from localhost ([127.0.0.1]:38348 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOGyJ-00074j-MI for incoming@patchwork.ozlabs.org; Mon, 14 Jun 2010 17:13:31 -0400 Received: from [140.186.70.92] (port=57145 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOGw2-0006Ev-I2 for qemu-devel@nongnu.org; Mon, 14 Jun 2010 17:11:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOGw1-0001cS-BK for qemu-devel@nongnu.org; Mon, 14 Jun 2010 17:11:10 -0400 Received: from fmmailgate01.web.de ([217.72.192.221]:49278) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOGw0-0001bd-TL for qemu-devel@nongnu.org; Mon, 14 Jun 2010 17:11:09 -0400 Received: from smtp04.web.de ( [172.20.0.225]) by fmmailgate01.web.de (Postfix) with ESMTP id 728AB15F5A5F4; Mon, 14 Jun 2010 23:11:06 +0200 (CEST) Received: from [92.74.52.35] (helo=[192.168.1.10]) by smtp04.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #4) id 1OOGvy-0002G2-00; Mon, 14 Jun 2010 23:11:06 +0200 Message-ID: <4C169AE9.8070404@web.de> Date: Mon, 14 Jun 2010 23:11:05 +0200 From: Jan Kiszka User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: Kevin Wolf X-Enigmail-Version: 0.95.7 X-Sender: jan.kiszka@web.de X-Provags-ID: V01U2FsdGVkX19wjL9CGFEBY+Qx1Hikc+dII/CH1lvl6kl3SvfL 74dWQcpRVBANuwP1aJouPVyi4eaHjB0eV9SskDKzBx7YV3spKR f1fW+SS64= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 Cc: Markus Armbruster , qemu-devel Subject: [Qemu-devel] [PATCH] xen: Fix build error due to missing include X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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" /* ------------------------------------------------------------- */