diff options
Diffstat (limited to 'term')
-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 782a00f1..fbb1c729 100644 --- a/term/ptyio.c +++ b/term/ptyio.c @@ -23,6 +23,7 @@ #include <string.h> #include <hurd/ports.h> #include <unistd.h> +#include <fcntl.h> #include "term.h" /* Set if we need a wakeup when tty output has been done */ |