qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 02/14] ui/cocoa.m: Include qemu/osdep.h


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 02/14] ui/cocoa.m: Include qemu/osdep.h
Date: Tue, 9 Feb 2016 09:07:45 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0

On 02/09/2016 08:24 AM, Peter Maydell wrote:
> Include "qemu/osdep.h". (This is a manual commit equivalent
> to what the clean-includes script would do, because that
> script can't handle ObjectiveC source files.)
> 
> Signed-off-by: Peter Maydell <address@hidden>
> ---
>  ui/cocoa.m | 2 ++
>  1 file changed, 2 insertions(+)

This one already landed as e4a096b.

> 
> diff --git a/ui/cocoa.m b/ui/cocoa.m
> index d866f23..3ee5549 100644
> --- a/ui/cocoa.m
> +++ b/ui/cocoa.m
> @@ -22,6 +22,8 @@
>   * THE SOFTWARE.
>   */
>  
> +#include "qemu/osdep.h"
> +
>  #import <Cocoa/Cocoa.h>
>  #include <crt_externs.h>
>  
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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