diff options
-rw-r--r-- | term/ChangeLog | 4 | ||||
-rw-r--r-- | term/ptyio.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/term/ChangeLog b/term/ChangeLog index 6e81940b..d8890ab1 100644 --- a/term/ChangeLog +++ b/term/ChangeLog @@ -22,6 +22,10 @@ Wed Oct 2 10:49:18 1996 Miles Bader <miles@gnu.ai.mit.edu> TIOCPKT_NOSTOP & TIOCPKT_DOSTOP, regardless of the value of EXTERNAL_PROCESSING. +Thu Sep 26 14:24:16 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * ptyio.c: Include "tioctl_S.h". + Thu Sep 12 16:34:37 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makefile (HURDLIBS): New variable. diff --git a/term/ptyio.c b/term/ptyio.c index e406bf3b..b6689d4c 100644 --- a/term/ptyio.c +++ b/term/ptyio.c @@ -25,6 +25,7 @@ #include <unistd.h> #include <fcntl.h> #include "term.h" +#include "tioctl_S.h" /* Set if we need a wakeup when tty output has been done */ static int pty_read_blocked = 0; |