diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-10-08 16:22:00 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-10-08 16:22:00 +0000 |
commit | c2c1af9666ab18bcc71be3b43437f03b682cc758 (patch) | |
tree | 33a5eff29c62e068fa1c2fb641d011b695318a94 /term/ptyio.c | |
parent | d25e8e0bd649f8fb21adbf2a27fd82f8fa81ecac (diff) | |
download | hurd-c2c1af9666ab18bcc71be3b43437f03b682cc758.tar.gz hurd-c2c1af9666ab18bcc71be3b43437f03b682cc758.tar.bz2 hurd-c2c1af9666ab18bcc71be3b43437f03b682cc758.zip |
Thu Sep 26 14:24:16 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* ptyio.c: Include "tioctl_S.h".
Diffstat (limited to 'term/ptyio.c')
-rw-r--r-- | term/ptyio.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |