aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/nscd/agents/group.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/nscd/agents/group.c')
-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 *);