Blind fix for NGROUPS Tru64 5.1 bug (ITS#2485)

This commit is contained in:
Kurt Zeilenga 2003-05-05 17:29:26 +00:00
parent 6b0e1b39e5
commit 5d2b493ff3

View file

@ -16,6 +16,9 @@
#include <ac/errno.h>
#if HAVE_SYS_UCRED_H
#if HAVE_GRP_H
#include <grp.h> /* for NGROUPS on Tru64 5.1 */
#endif
#include <sys/ucred.h>
#endif