aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-05-21 23:47:10 +0000
committerJim Blandy1993-05-21 23:47:10 +0000
commit8243aa4e84788144343d086579456e44246fc8f0 (patch)
treec92ca24fca4f843d6d1b024a001e300c30e59717 /src
parent4c8975adc59705c9620aa8816e0982dc47ab456b (diff)
downloademacs-8243aa4e84788144343d086579456e44246fc8f0.tar.gz
emacs-8243aa4e84788144343d086579456e44246fc8f0.zip
* 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')
-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 {
108#endif /* AIX */ 108#endif /* AIX */
109 109
110#ifdef SYSV_PTYS 110#ifdef SYSV_PTYS
111#include <sys/types.h>
111#include <sys/tty.h> 112#include <sys/tty.h>
112#ifdef titan 113#ifdef titan
113#include <sys/ttyhw.h> 114#include <sys/ttyhw.h>