grp.h fix

This commit is contained in:
Kurt Zeilenga 2003-05-05 18:11:29 +00:00
parent 6040ed1641
commit 47e403eacc

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