2000-05-01 Andreas Jaeger <aj@suse.de>

* nscd/nscd.c: Include <grp.h> for setgroups prototype.
This commit is contained in:
Andreas Jaeger 2000-05-01 11:54:14 +00:00
parent 4b9a6d7cbf
commit 86925e5a2e

View File

@ -23,6 +23,7 @@
#include <assert.h> #include <assert.h>
#include <errno.h> #include <errno.h>
#include <error.h> #include <error.h>
#include <grp.h>
#include <libintl.h> #include <libintl.h>
#include <locale.h> #include <locale.h>
#include <pthread.h> #include <pthread.h>