qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/7] log.h: Supply missing includes


From: Laszlo Ersek
Subject: Re: [Qemu-devel] [PATCH 2/7] log.h: Supply missing includes
Date: Thu, 06 Jun 2013 20:22:54 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130513 Thunderbird/17.0.6

On 06/06/13 18:27, Markus Armbruster wrote:
> <stdio.h> has always been missing.  Rest missed in commit eeacee4.
> 
> Signed-off-by: Markus Armbruster <address@hidden>
> ---
>  include/qemu/log.h | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/include/qemu/log.h b/include/qemu/log.h
> index 6b0db02..fd76f91 100644
> --- a/include/qemu/log.h
> +++ b/include/qemu/log.h
> @@ -2,6 +2,9 @@
>  #define QEMU_LOG_H
>  
>  #include <stdarg.h>
> +#include <stdbool.h>
> +#include <stdio.h>
> +#include "qemu/compiler.h"
>  #ifdef NEED_CPU_H
>  #include "disas/disas.h"
>  #endif
> 

Reviewed-by: Laszlo Ersek <address@hidden>



reply via email to

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