summaryrefslogtreecommitdiff
path: root/nsswitch/pam_winbind.h
diff options
context:
space:
mode:
Diffstat (limited to 'nsswitch/pam_winbind.h')
-rw-r--r--nsswitch/pam_winbind.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/nsswitch/pam_winbind.h b/nsswitch/pam_winbind.h
index 2a9dd0e344a..13542b2968f 100644
--- a/nsswitch/pam_winbind.h
+++ b/nsswitch/pam_winbind.h
@@ -55,6 +55,7 @@
#include "system/time.h"
#include <talloc.h>
#include "libwbclient/wbclient.h"
+#include "lib/util/tiniparser.h"
#define MODULE_NAME "pam_winbind"
#define PAM_SM_AUTH
@@ -66,8 +67,6 @@
#define PAM_WINBIND_CONFIG_FILE "/etc/security/pam_winbind.conf"
#endif
-#include <iniparser.h>
-
#ifdef HAVE_LIBINTL_H
#include <libintl.h>
#endif
@@ -212,7 +211,7 @@ struct pwb_context {
int flags;
int argc;
const char **argv;
- dictionary *dict;
+ struct tiniparser_dictionary *dict;
uint32_t ctrl;
};