aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-30 19:12:55 +0000
committerRichard M. Stallman1993-05-30 19:12:55 +0000
commit5ab57b9f0ae714047e5875f94d0ef05b44e93cbb (patch)
tree8423451240f8bbd70b51d5a0d0d828da9674e51b /src
parent2b80da0a110ebd2b5ea48f3c165652a8560a0f3f (diff)
downloademacs-5ab57b9f0ae714047e5875f94d0ef05b44e93cbb.tar.gz
emacs-5ab57b9f0ae714047e5875f94d0ef05b44e93cbb.zip
[IRIX4]: Include unistd.h.
Diffstat (limited to 'src')
-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 {
107#include <unistd.h> 107#include <unistd.h>
108#endif /* AIX */ 108#endif /* AIX */
109 109
110#ifdef IRIX4
111/* Get _getpty prototype */
112#include <unistd.h>
113#endif
114
110#ifdef SYSV_PTYS 115#ifdef SYSV_PTYS
111#include <sys/types.h> 116#include <sys/types.h>
112#include <sys/tty.h> 117#include <sys/tty.h>