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>
|
#include <crypt.h>
|
||||||
#endif
|
#endif
|
||||||
#include "cstuff.h"
|
#include "cstuff.h"
|
||||||
|
#include <limits.h> /* NGROUPS_MAX on solaris */
|
||||||
|
|
||||||
/* Make sure our exports match up w/the implementation: */
|
/* Make sure our exports match up w/the implementation: */
|
||||||
#include "syscalls1.h"
|
#include "syscalls1.h"
|
||||||
|
|
Loading…
Reference in New Issue