diff options
author | Günther Deschner <gd@samba.org> | 2010-08-02 22:52:00 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-06 15:43:37 +0200 |
commit | ae36783c7bed73461c012d78ec3e1f3a6bc3d221 (patch) | |
tree | 7210b99741677aedb38eb52e1f4ed3f6ded40f4b /source3/pam_smbpass | |
parent | 677dcfa6782f03fa11c322b6c8e1abdc0a354604 (diff) | |
download | samba-ae36783c7bed73461c012d78ec3e1f3a6bc3d221.tar.gz samba-ae36783c7bed73461c012d78ec3e1f3a6bc3d221.tar.bz2 samba-ae36783c7bed73461c012d78ec3e1f3a6bc3d221.zip |
s3-passdb: include samr.h where needed.
Guenther
Diffstat (limited to 'source3/pam_smbpass')
-rw-r--r-- | source3/pam_smbpass/general.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/pam_smbpass/general.h b/source3/pam_smbpass/general.h index 320bdd0cc8..4607620c29 100644 --- a/source3/pam_smbpass/general.h +++ b/source3/pam_smbpass/general.h @@ -1,3 +1,5 @@ +#include "../librpc/gen_ndr/samr.h" + #ifndef LINUX /* This is only needed by modules in the Sun implementation. */ #if defined(HAVE_SECURITY_PAM_APPL_H) |