summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nscd
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2009-06-13 00:46:07 +0000
committerdes <des@FreeBSD.org>2009-06-13 00:46:07 +0000
commit1a324d66748d58663e9fe166cad7d58896ff8fd4 (patch)
tree14b1c56aa4ad3bdb3930c2e215db1162c4f25c62 /usr.sbin/nscd
parent34e7507e6557d5da72235440535bcab6a4c00028 (diff)
downloadFreeBSD-src-1a324d66748d58663e9fe166cad7d58896ff8fd4.zip
FreeBSD-src-1a324d66748d58663e9fe166cad7d58896ff8fd4.tar.gz
#include the right header so we get prototypes for our own functions.
MFC after: 1 week
Diffstat (limited to 'usr.sbin/nscd')
-rw-r--r--usr.sbin/nscd/agents/group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nscd/agents/group.c b/usr.sbin/nscd/agents/group.c
index 4b607ad..b9d7fca 100644
--- a/usr.sbin/nscd/agents/group.c
+++ b/usr.sbin/nscd/agents/group.c
@@ -37,7 +37,7 @@ __FBSDID("$FreeBSD$");
#include <string.h>
#include "../debug.h"
-#include "passwd.h"
+#include "group.h"
static int group_marshal_func(struct group *, char *, size_t *);
static int group_lookup_func(const char *, size_t, char **, size_t *);
OpenPOWER on IntegriCloud