From c2c1af9666ab18bcc71be3b43437f03b682cc758 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Tue, 8 Oct 1996 16:22:00 +0000 Subject: Thu Sep 26 14:24:16 1996 Thomas Bushnell, n/BSG * ptyio.c: Include "tioctl_S.h". --- term/ChangeLog | 4 ++++ term/ptyio.c | 1 + 2 files changed, 5 insertions(+) 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 TIOCPKT_NOSTOP & TIOCPKT_DOSTOP, regardless of the value of EXTERNAL_PROCESSING. +Thu Sep 26 14:24:16 1996 Thomas Bushnell, n/BSG + + * ptyio.c: Include "tioctl_S.h". + Thu Sep 12 16:34:37 1996 Thomas Bushnell, n/BSG * 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 #include #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; -- cgit v1.2.3