diff options
| author | Brad Smith <brad@comstyle.com> | 2013-05-21 12:14:24 -0400 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-05-22 07:40:09 -0500 |
| commit | 17bf9735dd5a46d829cfb175703c6a2c254a9aa2 (patch) | |
| tree | 48eff3761680ffa488e2b970a9926a0cfabc4db5 /include/qemu-common.h | |
| parent | 95916abcf428fb03644468c7fbce64356c6483c0 (diff) | |
| download | focaccia-qemu-17bf9735dd5a46d829cfb175703c6a2c254a9aa2.tar.gz focaccia-qemu-17bf9735dd5a46d829cfb175703c6a2c254a9aa2.zip | |
ui/gtk.c: Fix *BSD build of Gtk+ UI
Fix the build of the Gtk+ UI on *BSD systems. Signed-off-by: Brad Smith <brad@comstyle.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Message-id: 20130521161324.GA29977@rox.home.comstyle.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'include/qemu-common.h')
| -rw-r--r-- | include/qemu-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qemu-common.h b/include/qemu-common.h index b9057d18cf..cb82ef3d42 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 |