diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-05-14 14:05:21 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-05-14 08:53:18 -0500 |
commit | 7791dba3ec10ab7daa7cfecf84c617594c9776cc (patch) | |
tree | 5f9acef2113e8f856e47bf0ad7e779fd5fbb4da1 /ui | |
parent | d8e846e17cae31bfeee49d4da8a010fad3901cd9 (diff) |
portability: pty.h is glibc-specific
This should fix building the GTK+ front-end on BSDs.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1368533121-30796-1-git-send-email-pbonzini@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'ui')
-rw-r--r-- | ui/gtk.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -55,7 +55,6 @@ #include <sys/socket.h> #include <sys/un.h> #include <sys/wait.h> -#include <pty.h> #include <math.h> #include "ui/console.h" |