summaryrefslogtreecommitdiff
path: root/term/ptyio.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-10-08 16:22:00 +0000
committerThomas Bushnell <thomas@gnu.org>1996-10-08 16:22:00 +0000
commitc2c1af9666ab18bcc71be3b43437f03b682cc758 (patch)
tree33a5eff29c62e068fa1c2fb641d011b695318a94 /term/ptyio.c
parentd25e8e0bd649f8fb21adbf2a27fd82f8fa81ecac (diff)
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.c1
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;