qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 21/24] mcf5208: convert to memory API


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 21/24] mcf5208: convert to memory API
Date: Wed, 24 Aug 2011 11:35:53 +0100

On 24 August 2011 11:11, Avi Kivity <address@hidden> wrote:
> diff --git a/hw/mcf5208.c b/hw/mcf5208.c
> index f4d4fbd..73c6961 100644
> --- a/hw/mcf5208.c
> +++ b/hw/mcf5208.c
> @@ -5,6 +5,7 @@
>  *
>  * This code is licensed under the GPL
>  */
> +#include <glib.h>
>  #include "hw.h"
>  #include "mcf.h"
>  #include "qemu-timer.h"

You shouldn't need to include glib.h here, I think? hw.h includes qemu-common.h
which includes glib.h.

-- PMM



reply via email to

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