diff options
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/pass_check.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/auth/pass_check.c b/source3/auth/pass_check.c index 93aa89cf24..a7a1c3d8f5 100644 --- a/source3/auth/pass_check.c +++ b/source3/auth/pass_check.c @@ -21,6 +21,7 @@ password database. The SMB encrypted password support is elsewhere */ #include "includes.h" +#include "system/passwd.h" #include "auth.h" #undef DBGC_CLASS |