From 34722c72f687ad8a357656152aed9f6bafab1cad Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 8 Feb 2011 10:45:39 +0100 Subject: pam: share pam errors in a common location. Guenther --- source4/winbind/wb_samba3_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/winbind/wb_samba3_cmd.c') diff --git a/source4/winbind/wb_samba3_cmd.c b/source4/winbind/wb_samba3_cmd.c index 9b8f8e0663..7ceee4193e 100644 --- a/source4/winbind/wb_samba3_cmd.c +++ b/source4/winbind/wb_samba3_cmd.c @@ -29,7 +29,7 @@ #include "version.h" #include "librpc/gen_ndr/ndr_netlogon.h" #include "libcli/security/security.h" -#include "auth/ntlm/pam_errors.h" +#include "../libcli/auth/pam_errors.h" #include "auth/credentials/credentials.h" #include "smbd/service_task.h" -- cgit