changeset 2943:be86b41a0661

* 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.
author Jim Blandy <jimb@redhat.com>
date Fri, 21 May 1993 23:47:10 +0000
parents 9ac629dc3a4b
children f66a150d3fb9
files src/systty.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/systty.h	Fri May 21 23:42:36 1993 +0000
+++ b/src/systty.h	Fri May 21 23:47:10 1993 +0000
@@ -108,6 +108,7 @@
 #endif /* AIX */
 
 #ifdef SYSV_PTYS
+#include <sys/types.h>
 #include <sys/tty.h>
 #ifdef titan
 #include <sys/ttyhw.h>