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
commitd34e65a135538658558eaab93b60cdbf8f76b221 (patch)
tree89955e8f4aa33b7e7174c7de48c6b14be18bc681 /src/systty.h
parent0c5f42d1cfc4d46c3a5cfa9d7fd35dd5598c178d (diff)
downloademacs-d34e65a135538658558eaab93b60cdbf8f76b221.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.