diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/rand/rand.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rand/rand.h b/src/lib/libcrypto/rand/rand.h index 07de8cb7c4..30b22afaf3 100644 --- a/src/lib/libcrypto/rand/rand.h +++ b/src/lib/libcrypto/rand/rand.h | |||
| @@ -60,8 +60,10 @@ | |||
| 60 | #define HEADER_RAND_H | 60 | #define HEADER_RAND_H |
| 61 | 61 | ||
| 62 | #include <stdlib.h> | 62 | #include <stdlib.h> |
| 63 | |||
| 64 | #include <openssl/opensslconf.h> | ||
| 65 | |||
| 63 | #include <openssl/ossl_typ.h> | 66 | #include <openssl/ossl_typ.h> |
| 64 | #include <openssl/e_os2.h> | ||
| 65 | 67 | ||
| 66 | #ifdef __cplusplus | 68 | #ifdef __cplusplus |
| 67 | extern "C" { | 69 | extern "C" { |
