summaryrefslogtreecommitdiff
path: root/src/systty.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-03-29 04:34:46 +0000
committerRichard M. Stallman <rms@gnu.org>1993-03-29 04:34:46 +0000
commit372d3c2eca30d3c23dd59107a2a8c10628b68a5d (patch)
treec1fca80fc0c00a05e4c2779b7c56d4a94c25f46f /src/systty.h
parentd125ae6dd308adc8242667c36b1e5c830956e344 (diff)
downloademacs-372d3c2eca30d3c23dd59107a2a8c10628b68a5d.tar.gz
[NO_PTY_H]: Don't include pty.h.
Diffstat (limited to 'src/systty.h')
-rw-r--r--src/systty.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systty.h b/src/systty.h
index 7e5efa0946d..5c6b04ee91b 100644
--- a/src/systty.h
+++ b/src/systty.h
@@ -110,8 +110,10 @@ static struct sensemode {
#include <sys/ttyhw.h>
#include <sys/stream.h>
#endif
+#ifndef NO_PTY_H
#include <sys/pty.h>
#endif
+#endif
/* saka@pfu.fujitsu.co.JP writes:
FASYNC defined in this file. But, FASYNC don't working.