From 64421129b672d0ce55c5aa235e5038dd2ea1b32b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 2 Mar 2011 16:06:32 +0100 Subject: lib/util/util_pw: share sys_get{pw,gr} group of calls. Guenther --- source3/auth/token_util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/auth') diff --git a/source3/auth/token_util.c b/source3/auth/token_util.c index 4942740ed0..f88511d8d6 100644 --- a/source3/auth/token_util.c +++ b/source3/auth/token_util.c @@ -29,6 +29,7 @@ #include "memcache.h" #include "../librpc/gen_ndr/netlogon.h" #include "../libcli/security/security.h" +#include "../lib/util/util_pw.h" /**************************************************************************** Check for a SID in an struct security_token -- cgit