#include the right header so we get prototypes for our own functions.

MFC after:	1 week
This commit is contained in:
Dag-Erling Smørgrav 2009-06-13 00:46:07 +00:00
parent a5a5d924d2
commit 006fb8efc3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=194094

View File

@ -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 *);