From 2f36ef72256cf3c2e36ed759427af07effda1069 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 18 Mar 2011 18:58:37 +0100 Subject: s3-passdb: add passdb.h where needed. Guenther --- source3/pam_smbpass/general.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/pam_smbpass') diff --git a/source3/pam_smbpass/general.h b/source3/pam_smbpass/general.h index 74bd870bc5..6e13f8d936 100644 --- a/source3/pam_smbpass/general.h +++ b/source3/pam_smbpass/general.h @@ -1,5 +1,6 @@ #include "../librpc/gen_ndr/samr.h" #include "../libcli/auth/pam_errors.h" +#include "passdb.h" #ifndef LINUX /* This is only needed by modules in the Sun implementation. */ -- cgit