diff options
author | Günther Deschner <gd@samba.org> | 2008-08-14 18:15:00 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-10 15:38:04 +0200 |
commit | 7817ad4ae0c462429f176ddf94bebcd44a3d6619 (patch) | |
tree | 1a6b5c21618ea743848df0087e0f6781e08bc1e1 /source3/nsswitch | |
parent | 3bbffb96646bda732c21c7c418e80ddc63f16de4 (diff) | |
download | samba-7817ad4ae0c462429f176ddf94bebcd44a3d6619.tar.gz samba-7817ad4ae0c462429f176ddf94bebcd44a3d6619.tar.xz samba-7817ad4ae0c462429f176ddf94bebcd44a3d6619.zip |
pam_winbind: prepare to use libwbclient inside pam_winbind.
Guenther
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/pam_winbind.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nsswitch/pam_winbind.h b/source3/nsswitch/pam_winbind.h index 425471d0d69..ea7055ae190 100644 --- a/source3/nsswitch/pam_winbind.h +++ b/source3/nsswitch/pam_winbind.h @@ -8,6 +8,7 @@ #include "system/syslog.h" #include "system/time.h" #include <talloc.h> +#include "libwbclient/wbclient.h" #define MODULE_NAME "pam_winbind" #define PAM_SM_AUTH |