qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 20/26] ui/gtk.c: Fix *BSD build of Gtk+ UI


From: Michael Roth
Subject: [Qemu-devel] [PATCH 20/26] ui/gtk.c: Fix *BSD build of Gtk+ UI
Date: Wed, 12 Jun 2013 16:41:32 -0500

From: Brad Smith <address@hidden>

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

Signed-off-by: Brad Smith <address@hidden>
Reviewed-by: Laszlo Ersek <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>
(cherry picked from commit 17bf9735dd5a46d829cfb175703c6a2c254a9aa2)

Signed-off-by: Michael Roth <address@hidden>
---
 include/qemu-common.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/qemu-common.h b/include/qemu-common.h
index b9057d1..cb82ef3 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
-- 
1.7.9.5




reply via email to

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