From 06aec034aeba625b0dddbe490af51cb8efd6568c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 13 Oct 2011 14:56:03 +0200 Subject: s3-auth: token_util needs system/passwd.h. 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 0d47a3f968..87f57b66ee 100644 --- a/source3/auth/token_util.c +++ b/source3/auth/token_util.c @@ -25,6 +25,7 @@ /* functions moved from auth/auth_util.c to minimize linker deps */ #include "includes.h" +#include "system/passwd.h" #include "auth.h" #include "secrets.h" #include "memcache.h" -- cgit