]> andersk Git - openssh.git/blobdiff - includes.h
- (dtucker) [configure.ac includes.h] Include <sys/stream.h> if present,
[openssh.git] / includes.h
index d2cc882131aef07d2d155a5a773e2b4f437ada89..ca943c7e657b30b4bb3648e887bf63a28fd762f2 100644 (file)
@@ -135,6 +135,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
 #include <sys/strtio.h>        /* for TIOCCBRK on HP-UX */
 #endif
 #if defined(HAVE_SYS_PTMS_H) && defined(HAVE_DEV_PTMX)
+# if defined(HAVE_SYS_STREAM_H)
+#  include <sys/stream.h>      /* reqd for queue_t on Solaris 2.5.1 */
+# endif
 #include <sys/ptms.h>  /* for grantpt() and friends */
 #endif
 
This page took 0.033111 seconds and 4 git commands to generate.