diff options
author | Günther Deschner <gd@samba.org> | 2011-02-08 10:45:39 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-08 14:05:36 +0100 |
commit | 34722c72f687ad8a357656152aed9f6bafab1cad (patch) | |
tree | 4b0c82937608c623336186acc09940035706c01b /source3/pam_smbpass/general.h | |
parent | 242797aca93a2f8d1e1670a1eaeb5d8e5cd07a1d (diff) | |
download | samba-34722c72f687ad8a357656152aed9f6bafab1cad.tar.gz |
pam: share pam errors in a common location.
Guenther
Diffstat (limited to 'source3/pam_smbpass/general.h')
-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 f6b3e672aee..74bd870bc58 100644 --- a/source3/pam_smbpass/general.h +++ b/source3/pam_smbpass/general.h @@ -1,4 +1,5 @@ #include "../librpc/gen_ndr/samr.h" +#include "../libcli/auth/pam_errors.h" #ifndef LINUX /* This is only needed by modules in the Sun implementation. */ |