summaryrefslogtreecommitdiff
path: root/src/systty.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-05-21 23:47:10 +0000
committerJim Blandy <jimb@redhat.com>1993-05-21 23:47:10 +0000
commit8243aa4e84788144343d086579456e44246fc8f0 (patch)
treec92ca24fca4f843d6d1b024a001e300c30e59717 /src/systty.h
parent4c8975adc59705c9620aa8816e0982dc47ab456b (diff)
downloademacs-8243aa4e84788144343d086579456e44246fc8f0.tar.gz
* systty.h [SYSV_PTYS]: #include <sys/types.h>. Francesco
Potorti` <pot@fly.CNUCE.CNR.IT> says it's necessary on his machine, and it should be harmless.
Diffstat (limited to 'src/systty.h')
-rw-r--r--src/systty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systty.h b/src/systty.h
index 897a3c28e93..99c906ed3a3 100644
--- a/src/systty.h
+++ b/src/systty.h
@@ -108,6 +108,7 @@ static struct sensemode {
#endif /* AIX */
#ifdef SYSV_PTYS
+#include <sys/types.h>
#include <sys/tty.h>
#ifdef titan
#include <sys/ttyhw.h>