From a550c6eaf30777cfaf7f8f3f2b8480e384a74a43 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Tue, 5 Jun 2007 06:31:14 +0000 Subject: [PATCH] Possible fix for broken Linux system headers. --- src/syncterm/conn_pty.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/syncterm/conn_pty.c b/src/syncterm/conn_pty.c index 856a7697bb..fd63ca88b7 100644 --- a/src/syncterm/conn_pty.c +++ b/src/syncterm/conn_pty.c @@ -2,6 +2,7 @@ #ifdef __unix__ +#include <unistd.h> /* _POSIX_VDISABLE - needed when termios.h is broken */ #include <signal.h> // kill() #include <sys/wait.h> // WEXITSTATUS -- GitLab