summaryrefslogtreecommitdiff
path: root/term
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-12-05 01:56:54 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-12-05 01:56:54 +0000
commitbb5be25ac316f6f192d4649c265a07775373a98f (patch)
tree63f3928977eb3ef1abb1eb74ffa7b9a7cd470376 /term
parentab6d614868f9c893373793ff3a307577e626761f (diff)
Include <termios.h>.
Diffstat (limited to 'term')
-rw-r--r--term/ptyio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/term/ptyio.c b/term/ptyio.c
index 494f99e2..0ae1a03b 100644
--- a/term/ptyio.c
+++ b/term/ptyio.c
@@ -22,6 +22,7 @@
#include <hurd/hurd_types.h>
#include <string.h>
#include <hurd/ports.h>
+#include <termios.h>
#include "term.h"
/* Set if we need a wakeup when tty output has been done */