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 --- source3/auth/pampass.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/auth') diff --git a/source3/auth/pampass.c b/source3/auth/pampass.c index dfeeb22588..a4f136c5b8 100644 --- a/source3/auth/pampass.c +++ b/source3/auth/pampass.c @@ -27,6 +27,7 @@ */ #include "includes.h" +#include "../libcli/auth/pam_errors.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_AUTH -- cgit