- (djm) Bug #234: missing readpassphrase declaration and defines
diff --git a/includes.h b/includes.h
index a63e872..e20d7a5 100644
--- a/includes.h
+++ b/includes.h
@@ -142,6 +142,9 @@
 #ifdef USE_PAM
 # include <security/pam_appl.h>
 #endif
+#ifdef HAVE_READPASSPHRASE_H
+# include <readpassphrase.h>
+#endif
 
 #include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */