diff options
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/token_util.c | 1 |
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" |