aboutsummaryrefslogtreecommitdiff
path: root/src/ext/readpassphrase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/readpassphrase.h')
-rw-r--r--src/ext/readpassphrase.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ext/readpassphrase.h b/src/ext/readpassphrase.h
index 5fd7c5d77a..83ae1f20a8 100644
--- a/src/ext/readpassphrase.h
+++ b/src/ext/readpassphrase.h
@@ -25,7 +25,7 @@
#ifndef _READPASSPHRASE_H_
#define _READPASSPHRASE_H_
-#include "includes.h"
+#include "orconfig.h"
#ifndef HAVE_READPASSPHRASE
@@ -39,6 +39,8 @@
char * readpassphrase(const char *, char *, size_t, int);
+#define HAVE_READPASSPHRASE
+
#endif /* HAVE_READPASSPHRASE */
#endif /* !_READPASSPHRASE_H_ */