From 235f1485901774bfbeb0f052bc4e1397f4ef0b88 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 22 Mar 2011 16:50:02 +0100 Subject: s3-passdb: use passdb headers where needed. Guenther --- source3/auth/token_util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/auth/token_util.c') diff --git a/source3/auth/token_util.c b/source3/auth/token_util.c index 025baa6e84..c2f4571f83 100644 --- a/source3/auth/token_util.c +++ b/source3/auth/token_util.c @@ -31,6 +31,7 @@ #include "../libcli/security/security.h" #include "../lib/util/util_pw.h" #include "lib/winbind_util.h" +#include "passdb.h" /**************************************************************************** Check for a SID in an struct security_token -- cgit