Include limits.h for the sake of Solaris which doesn't find
NGROUPS_MAX otherwise.
This commit is contained in:
parent
96ab618b28
commit
e24932011f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue