All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] ui/gtk.c: Fix *BSD build of Gtk+ UI
@ 2013-05-21 16:14 Brad Smith
  2013-05-21 16:46 ` Laszlo Ersek
  2013-05-22 22:58 ` Anthony Liguori
  0 siblings, 2 replies; 3+ messages in thread
From: Brad Smith @ 2013-05-21 16:14 UTC (permalink / raw)
  To: qemu-devel

Fix the build of the Gtk+ UI on *BSD systems.

Signed-off-by: Brad Smith <brad@comstyle.com>

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

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] ui/gtk.c: Fix *BSD build of Gtk+ UI
  2013-05-21 16:14 [Qemu-devel] [PATCH] ui/gtk.c: Fix *BSD build of Gtk+ UI Brad Smith
@ 2013-05-21 16:46 ` Laszlo Ersek
  2013-05-22 22:58 ` Anthony Liguori
  1 sibling, 0 replies; 3+ messages in thread
From: Laszlo Ersek @ 2013-05-21 16:46 UTC (permalink / raw)
  To: Brad Smith; +Cc: qemu-devel

On 05/21/13 18:14, Brad Smith wrote:
> Fix the build of the Gtk+ UI on *BSD systems.
> 
> Signed-off-by: Brad Smith <brad@comstyle.com>
> 
> 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
> 

Can't see how it could hurt.

Reviewed-by: Laszlo Ersek <lersek@redhat.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] ui/gtk.c: Fix *BSD build of Gtk+ UI
  2013-05-21 16:14 [Qemu-devel] [PATCH] ui/gtk.c: Fix *BSD build of Gtk+ UI Brad Smith
  2013-05-21 16:46 ` Laszlo Ersek
@ 2013-05-22 22:58 ` Anthony Liguori
  1 sibling, 0 replies; 3+ messages in thread
From: Anthony Liguori @ 2013-05-22 22:58 UTC (permalink / raw)
  To: Brad Smith, qemu-devel

Applied.  Thanks.

Regards,

Anthony Liguori

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-22 22:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-21 16:14 [Qemu-devel] [PATCH] ui/gtk.c: Fix *BSD build of Gtk+ UI Brad Smith
2013-05-21 16:46 ` Laszlo Ersek
2013-05-22 22:58 ` Anthony Liguori

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.