summaryrefslogtreecommitdiff
path: root/nscd
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-05-01 11:54:14 +0000
committerAndreas Jaeger <aj@suse.de>2000-05-01 11:54:14 +0000
commit86925e5a2e38f0461b84af2665b8b1be9e3e1066 (patch)
tree15c88028677014c323459037bc711575262f8841 /nscd
parent4b9a6d7cbfabbf52425cfa63f696c03fb32e63b9 (diff)
2000-05-01 Andreas Jaeger <aj@suse.de>
* nscd/nscd.c: Include <grp.h> for setgroups prototype.
Diffstat (limited to 'nscd')
-rw-r--r--nscd/nscd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nscd/nscd.c b/nscd/nscd.c
index bc291d81d9..1269a914d7 100644
--- a/nscd/nscd.c
+++ b/nscd/nscd.c
@@ -23,6 +23,7 @@
#include <assert.h>
#include <errno.h>
#include <error.h>
+#include <grp.h>
#include <libintl.h>
#include <locale.h>
#include <pthread.h>