diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-05 02:09:08 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-05 02:09:08 +0000 |
commit | ac73f4ba370bd39f94c4616c2b43fbac0ea25be3 (patch) | |
tree | 496bb571582c3eb8806fb645d2252f2e3df5e968 /term/ptyio.c | |
parent | 5d68ce95c21d8f623198717d61f31197c72ba588 (diff) |
unistd.h, not termios.h.
Diffstat (limited to 'term/ptyio.c')
-rw-r--r-- | term/ptyio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/term/ptyio.c b/term/ptyio.c index 0ae1a03b..ea032be6 100644 --- a/term/ptyio.c +++ b/term/ptyio.c @@ -22,7 +22,7 @@ #include <hurd/hurd_types.h> #include <string.h> #include <hurd/ports.h> -#include <termios.h> +#include <unistd.h> #include "term.h" /* Set if we need a wakeup when tty output has been done */ |