qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [Qemu] [PATCH for 1.5] ui/gtk.c: Fix *BSD build of Gtk+


From: Michael Tokarev
Subject: Re: [Qemu-devel] [Qemu] [PATCH for 1.5] ui/gtk.c: Fix *BSD build of Gtk+ UI
Date: Wed, 05 Jun 2013 14:13:26 +0400
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12

23.05.2013 02:38, Brad Smith wrote:
> Fix the build of the Gtk+ UI on *BSD systems.

Can you please describe what exactly was broken on *BSD
systems, -- which file(s) needs this additional
termios.h include?

I want to fix this properly, because now it isn't
"nitpicking", as you say, anymore -- after the
previous pbonzini's changes it does not build
on debian sparc anymore due to some conflicting
includes (which is an unrelated issue, but is
triggered now because every .c file includes
a ton of #defines).

I already asked you the same question on 25.05,
which is about two weeks ago by now, -- did you
had no time to reply so far?

Thanks,

/mjt

> Signed-off-by: Brad Smith <address@hidden>
> Reviewed-by: Laszlo Ersek <address@hidden>
> Message-id: address@hidden
> Signed-off-by: Anthony Liguori <address@hidden>
> 
> diff --git a/include/qemu-common.h b/include/qemu-common.h
> index af769f5..c944bb7 100644
> --- a/include/qemu-common.h
> +++ b/include/qemu-common.h
> @@ -45,6 +45,7 @@
>  #if defined(__GLIBC__)
>  # include <pty.h>
>  #elif defined CONFIG_BSD
> +# include <termios.h>
>  # if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || 
> defined(__DragonFly__)
>  #  include <libutil.h>
>  # else
> 




reply via email to

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