summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-12-05 02:37:44 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-12-05 02:37:44 +0000
commita3af8ce789a3723c28945840e1662028b95c4511 (patch)
treeb129fe704b812a8415a6332cb0451fa8d93f688d
parent18779dae7e701265fb1618701c3c926814ee76fb (diff)
Include <fcntl.h>.
-rw-r--r--term/ptyio.c1
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 */