aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/nscd
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2009-06-13 00:46:07 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2009-06-13 00:46:07 +0000
commit006fb8efc3c0b1c52ee201faa478926caeafbd36 (patch)
tree14b1c56aa4ad3bdb3930c2e215db1162c4f25c62 /usr.sbin/nscd
parenta5a5d924d237e1dd18cf4ce8eca4317c14940dd6 (diff)
downloadsrc-006fb8efc3c0b1c52ee201faa478926caeafbd36.tar.gz
src-006fb8efc3c0b1c52ee201faa478926caeafbd36.zip
#include the right header so we get prototypes for our own functions.
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=194094
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 4b607adb7dc4..b9d7fcafe0e9 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 *);