summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/includes.h b/includes.h
index f6aa2ae67..d7b875c52 100644
--- a/includes.h
+++ b/includes.h
@@ -149,6 +149,14 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
149# include <readpassphrase.h> 149# include <readpassphrase.h>
150#endif 150#endif
151 151
152#ifdef HAVE_IA_H
153# include <ia.h>
154#endif
155
156#ifdef HAVE_TMPDIR_H
157# include <tmpdir.h>
158#endif
159
152#include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */ 160#include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */
153 161
154#include "defines.h" 162#include "defines.h"