diff options
Diffstat (limited to 'src/lib/libcrypto/seed/seed.h')
-rw-r--r-- | src/lib/libcrypto/seed/seed.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libcrypto/seed/seed.h b/src/lib/libcrypto/seed/seed.h index 427915ed9a..6ffa5f024e 100644 --- a/src/lib/libcrypto/seed/seed.h +++ b/src/lib/libcrypto/seed/seed.h | |||
@@ -82,6 +82,8 @@ | |||
82 | #define HEADER_SEED_H | 82 | #define HEADER_SEED_H |
83 | 83 | ||
84 | #include <openssl/opensslconf.h> | 84 | #include <openssl/opensslconf.h> |
85 | #include <openssl/e_os2.h> | ||
86 | #include <openssl/crypto.h> | ||
85 | 87 | ||
86 | #ifdef OPENSSL_NO_SEED | 88 | #ifdef OPENSSL_NO_SEED |
87 | #error SEED is disabled. | 89 | #error SEED is disabled. |