diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-05 02:37:44 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-05 02:37:44 +0000 |
commit | a3af8ce789a3723c28945840e1662028b95c4511 (patch) | |
tree | b129fe704b812a8415a6332cb0451fa8d93f688d | |
parent | 18779dae7e701265fb1618701c3c926814ee76fb (diff) |
Include <fcntl.h>.
-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 */ |