From: Kurt Zeilenga Date: Mon, 5 May 2003 17:29:26 +0000 (+0000) Subject: Blind fix for NGROUPS Tru64 5.1 bug (ITS#2485) X-Git-Tag: OPENLDAP_REL_ENG_2_2_0ALPHA~165 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5d2b493ff3aca369db6b242b114fd3da0220eced;p=openldap Blind fix for NGROUPS Tru64 5.1 bug (ITS#2485) --- diff --git a/libraries/liblutil/getpeereid.c b/libraries/liblutil/getpeereid.c index de48ab8b53..eee32654df 100644 --- a/libraries/liblutil/getpeereid.c +++ b/libraries/liblutil/getpeereid.c @@ -16,6 +16,9 @@ #include #if HAVE_SYS_UCRED_H +#if HAVE_GRP_H +#include /* for NGROUPS on Tru64 5.1 */ +#endif #include #endif