summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2014-10-27 11:10:15 -0400
committerSteve Dickson <steved@redhat.com>2014-10-27 11:10:15 -0400
commit61c65f7265f4b8b2a83e71779678479886347218 (patch)
tree1e6848a381826753cb98eefe02ec4a5bafd05d51
parent958d9abdb2792fc5a2b8b6fe4eea2dfcaddc2f4d (diff)
downloadrpcbind-61c65f7265f4b8b2a83e71779678479886347218.tar.gz
main: removed a warningrpcbind-0_2_2-rc2
src/rpcbind.c:243:3: warning: implicit declaration of function 'setgroups' Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--src/rpcbind.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcbind.c b/src/rpcbind.c
index 1924d97..924aca1 100644
--- a/src/rpcbind.c
+++ b/src/rpcbind.c
@@ -62,6 +62,7 @@
#include <netconfig.h>
#include <stdlib.h>
#include <unistd.h>
+#include <grp.h>
#include <syslog.h>
#include <err.h>
#include <pwd.h>