diff options
author | Günther Deschner <gd@samba.org> | 2011-03-30 10:50:10 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 11:39:31 +0200 |
commit | fbd0ff69ec07c55a2858f49b1effb40bd871d4a6 (patch) | |
tree | 1fb2d6f404bcc3ab4c9ebee7f3aa26b50513901c /source3/auth | |
parent | 0fea80c1d6e3ad819e66fc7feafecb1e8b54728e (diff) | |
download | samba-fbd0ff69ec07c55a2858f49b1effb40bd871d4a6.tar.gz samba-fbd0ff69ec07c55a2858f49b1effb40bd871d4a6.tar.bz2 samba-fbd0ff69ec07c55a2858f49b1effb40bd871d4a6.zip |
s3: try to fix the build on some non-linux buildfarm machines.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Mar 30 11:39:31 CEST 2011 on sn-devel-104
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 |