diff options
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes.h b/includes.h index 033cd91fa..ac9a950e0 100644 --- a/includes.h +++ b/includes.h | |||
@@ -147,7 +147,11 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } | |||
147 | # include <rpc/types.h> /* For INADDR_LOOPBACK */ | 147 | # include <rpc/types.h> /* For INADDR_LOOPBACK */ |
148 | #endif | 148 | #endif |
149 | #ifdef USE_PAM | 149 | #ifdef USE_PAM |
150 | #if defined(HAVE_SECURITY_PAM_APPL_H) | ||
150 | # include <security/pam_appl.h> | 151 | # include <security/pam_appl.h> |
152 | #elif defined (HAVE_PAM_PAM_APPL_H) | ||
153 | # include <pam/pam_appl.h> | ||
154 | #endif | ||
151 | #endif | 155 | #endif |
152 | #ifdef HAVE_READPASSPHRASE_H | 156 | #ifdef HAVE_READPASSPHRASE_H |
153 | # include <readpassphrase.h> | 157 | # include <readpassphrase.h> |