From ec83aa3fda3de99e1a58292af1302c42376c8739 Mon Sep 17 00:00:00 2001 From: Paul Green Date: Mon, 1 May 2006 20:57:15 +0000 Subject: r15382: Use grp.h in this block; it has been cleaned out of the other headers that formerly included it for us. Paul (This used to be commit a4d706cf26382820b58940458f8873a4f8f79612) --- source4/lib/replace/replace.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/lib/replace/replace.c') diff --git a/source4/lib/replace/replace.c b/source4/lib/replace/replace.c index 90f05d6c90..415ea2f129 100644 --- a/source4/lib/replace/replace.c +++ b/source4/lib/replace/replace.c @@ -200,6 +200,9 @@ Corrections by richard.kettlewell@kewill.com errno = ENOSYS; return -1; #else /* HAVE_SETGROUPS */ + +#include + gid_t *grouplst = NULL; int max_gr = groups_max(); int ret; -- cgit