diff options
-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 */ |