qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] xen: Fix build error due to missing include


From: Markus Armbruster
Subject: Re: [Qemu-devel] [PATCH] xen: Fix build error due to missing include
Date: Tue, 15 Jun 2010 10:57:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Jan Kiszka <address@hidden> writes:

> From: Jan Kiszka <address@hidden>
>
> Signed-off-by: Jan Kiszka <address@hidden>
> ---
>  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"
>  
>  /* ------------------------------------------------------------- */

My bad.  Thanks for fixing this!  By the way, Is "block_int.h" really
needed here?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]