diff options
Diffstat (limited to 'source3/nsswitch/pam_winbind.h')
-rw-r--r-- | source3/nsswitch/pam_winbind.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/nsswitch/pam_winbind.h b/source3/nsswitch/pam_winbind.h index 85707cb4dc..5618dc1b61 100644 --- a/source3/nsswitch/pam_winbind.h +++ b/source3/nsswitch/pam_winbind.h @@ -34,7 +34,9 @@ #define PAM_AUTHTOK_RECOVER_ERR PAM_AUTHTOK_RECOVERY_ERR #endif +#ifdef HAVE_SECURITY_PAM_MODULES_H #include <security/pam_modules.h> +#endif #ifdef HAVE_SECURITY__PAM_MACROS_H #include <security/_pam_macros.h> |