diff options
author | Günther Deschner <gd@samba.org> | 2011-03-18 18:58:37 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:07 +0200 |
commit | 2f36ef72256cf3c2e36ed759427af07effda1069 (patch) | |
tree | f34afcf351a6d1e35127c90319a0a4202bb269b5 /source3/pam_smbpass | |
parent | b0773aa61a1fdecfd80f09454ff85c7bb4b7896b (diff) | |
download | samba-2f36ef72256cf3c2e36ed759427af07effda1069.tar.gz samba-2f36ef72256cf3c2e36ed759427af07effda1069.tar.bz2 samba-2f36ef72256cf3c2e36ed759427af07effda1069.zip |
s3-passdb: add passdb.h where needed.
Guenther
Diffstat (limited to 'source3/pam_smbpass')
-rw-r--r-- | source3/pam_smbpass/general.h | 1 |
1 files changed, 1 insertions, 0 deletions
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. */ |