summaryrefslogtreecommitdiff
path: root/src/systty.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-30 19:12:55 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-30 19:12:55 +0000
commit14734411f8f4d2774f790630b03fb0bbbdb9bf44 (patch)
tree333573f91c5f668f38b99e64410d61577c0c3d5d /src/systty.h
parentc279c3799c58d676276021d9e0575f1ecc4901a3 (diff)
downloademacs-14734411f8f4d2774f790630b03fb0bbbdb9bf44.tar.gz
[IRIX4]: Include unistd.h.
Diffstat (limited to 'src/systty.h')
-rw-r--r--src/systty.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/systty.h b/src/systty.h
index a2800944126..bb24a7aedb2 100644
--- a/src/systty.h
+++ b/src/systty.h
@@ -107,6 +107,11 @@ static struct sensemode {
#include <unistd.h>
#endif /* AIX */
+#ifdef IRIX4
+/* Get _getpty prototype */
+#include <unistd.h>
+#endif
+
#ifdef SYSV_PTYS
#include <sys/types.h>
#include <sys/tty.h>