From 2807ab358ec346a1da15522adce7f182d3ffefe5 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 18 May 2010 12:06:23 +0200 Subject: s3-samr: move chgpasswd.c out of smbd and into the samr server. Guenther --- source3/winbindd/winbindd_pam.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/winbindd/winbindd_pam.c') diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c index cf5ffdf325..9848bea6fe 100644 --- a/source3/winbindd/winbindd_pam.c +++ b/source3/winbindd/winbindd_pam.c @@ -31,6 +31,7 @@ #include "rpc_client/cli_netlogon.h" #include "smb_krb5.h" #include "../lib/crypto/arcfour.h" +#include "rpc_server/srv_samr_util.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_WINBIND -- cgit