diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-05 01:56:54 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-05 01:56:54 +0000 |
commit | bb5be25ac316f6f192d4649c265a07775373a98f (patch) | |
tree | 63f3928977eb3ef1abb1eb74ffa7b9a7cd470376 /term/ptyio.c | |
parent | ab6d614868f9c893373793ff3a307577e626761f (diff) |
Include <termios.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 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 */ |