From e24932011f820b88fa0286cafeee56597e692424 Mon Sep 17 00:00:00 2001 From: mainzelm Date: Thu, 13 Mar 2003 10:51:57 +0000 Subject: [PATCH] Include limits.h for the sake of Solaris which doesn't find NGROUPS_MAX otherwise. --- scsh/syscalls1.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scsh/syscalls1.c b/scsh/syscalls1.c index 31550d3..726cb74 100644 --- a/scsh/syscalls1.c +++ b/scsh/syscalls1.c @@ -37,6 +37,7 @@ #include #endif #include "cstuff.h" +#include /* NGROUPS_MAX on solaris */ /* Make sure our exports match up w/the implementation: */ #include "syscalls1.h"