Skip to content

Commit

Permalink
ui/gtk.c: Fix *BSD build of Gtk+ UI
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
brad0 authored and Anthony Liguori committed May 22, 2013
1 parent 95916ab commit 17bf973
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/qemu-common.h
Expand Up @@ -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
Expand Down

0 comments on commit 17bf973

Please sign in to comment.