diff options
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes.h b/includes.h index a63e87243..e20d7a519 100644 --- a/includes.h +++ b/includes.h | |||
@@ -142,6 +142,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } | |||
142 | #ifdef USE_PAM | 142 | #ifdef USE_PAM |
143 | # include <security/pam_appl.h> | 143 | # include <security/pam_appl.h> |
144 | #endif | 144 | #endif |
145 | #ifdef HAVE_READPASSPHRASE_H | ||
146 | # include <readpassphrase.h> | ||
147 | #endif | ||
145 | 148 | ||
146 | #include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */ | 149 | #include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */ |
147 | 150 | ||