diff options
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes.h b/includes.h index d2cc88213..ca943c7e6 100644 --- a/includes.h +++ b/includes.h | |||
@@ -135,6 +135,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } | |||
135 | #include <sys/strtio.h> /* for TIOCCBRK on HP-UX */ | 135 | #include <sys/strtio.h> /* for TIOCCBRK on HP-UX */ |
136 | #endif | 136 | #endif |
137 | #if defined(HAVE_SYS_PTMS_H) && defined(HAVE_DEV_PTMX) | 137 | #if defined(HAVE_SYS_PTMS_H) && defined(HAVE_DEV_PTMX) |
138 | # if defined(HAVE_SYS_STREAM_H) | ||
139 | # include <sys/stream.h> /* reqd for queue_t on Solaris 2.5.1 */ | ||
140 | # endif | ||
138 | #include <sys/ptms.h> /* for grantpt() and friends */ | 141 | #include <sys/ptms.h> /* for grantpt() and friends */ |
139 | #endif | 142 | #endif |
140 | 143 | ||