summaryrefslogtreecommitdiff
path: root/source3/auth/token_util.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-10-13 14:56:03 +0200
committerGünther Deschner <gd@samba.org>2011-10-14 12:07:23 +0200
commit06aec034aeba625b0dddbe490af51cb8efd6568c (patch)
treef0a251bfd814ed8f047736deaa4546cfe91f7421 /source3/auth/token_util.c
parent46e7ab37bff3984757bed63e97152a76b81e7ed9 (diff)
downloadsamba-06aec034aeba625b0dddbe490af51cb8efd6568c.tar.gz
samba-06aec034aeba625b0dddbe490af51cb8efd6568c.tar.bz2
samba-06aec034aeba625b0dddbe490af51cb8efd6568c.zip
s3-auth: token_util needs system/passwd.h.
Guenther
Diffstat (limited to 'source3/auth/token_util.c')
-rw-r--r--source3/auth/token_util.c1
1 files changed, 1 insertions, 0 deletions
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"