aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 {
110#include <sys/ttyhw.h> 110#include <sys/ttyhw.h>
111#include <sys/stream.h> 111#include <sys/stream.h>
112#endif 112#endif
113#ifndef NO_PTY_H
113#include <sys/pty.h> 114#include <sys/pty.h>
114#endif 115#endif
116#endif
115 117
116/* saka@pfu.fujitsu.co.JP writes: 118/* saka@pfu.fujitsu.co.JP writes:
117 FASYNC defined in this file. But, FASYNC don't working. 119 FASYNC defined in this file. But, FASYNC don't working.