From 074593538a18780c24ac055210f55abd8adfbf2b Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 6 Feb 2004 21:29:41 +1100 Subject: - (dtucker) [configure.ac includes.h] Include if present, required on Solaris 2.5.1 for queue_t, which is used by . --- includes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'includes.h') 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 } #include /* for TIOCCBRK on HP-UX */ #endif #if defined(HAVE_SYS_PTMS_H) && defined(HAVE_DEV_PTMX) +# if defined(HAVE_SYS_STREAM_H) +# include /* reqd for queue_t on Solaris 2.5.1 */ +# endif #include /* for grantpt() and friends */ #endif -- cgit v1.2.3