Commit 17bf9735 authored by Brad Smith's avatar Brad Smith Committed by Anthony Liguori
Browse files

ui/gtk.c: Fix *BSD build of Gtk+ UI



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

Signed-off-by: default avatarBrad Smith <brad@comstyle.com>
Reviewed-by: default avatarLaszlo Ersek <lersek@redhat.com>
Message-id: 20130521161324.GA29977@rox.home.comstyle.com
Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
parent 95916abc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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