Include limits.h for the sake of Solaris which doesn't find

NGROUPS_MAX otherwise.
This commit is contained in:
mainzelm 2003-03-13 10:51:57 +00:00
parent 96ab618b28
commit e24932011f
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#include <crypt.h>
#endif
#include "cstuff.h"
#include <limits.h> /* NGROUPS_MAX on solaris */
/* Make sure our exports match up w/the implementation: */
#include "syscalls1.h"