Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pam/pam.c
diff options
context:
space:
mode:
Diffstat (limited to 'pam/pam.c')
-rw-r--r--pam/pam.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/pam/pam.c b/pam/pam.c
index b0ddac8..09ec6ac 100644
--- a/pam/pam.c
+++ b/pam/pam.c
@@ -43,10 +43,12 @@
#endif /* HAVE_SECURITY_PAM_APPL_H */
#ifndef HAVE_PAM_PAM_MODULES_H
#include <security/pam_modules.h>
+#ifdef HAVE_SECURITY_PAM_EXT_H
#include <security/pam_ext.h>
+#endif /* HAVE_SECURITY_PAM_EXT_H */
#else /* not HAVE_PAM_PAM_MODULES_H */
#include <pam/pam_modules.h>
-#endif
+#endif /* not HAVE_PAM_PAM_MODULES_H */
#define IGNORE_UNKNOWN 1
#define IGNORE_UNAVAIL 2