summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libcrypto/rand/rand.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcrypto/rand/rand.h b/lib/libcrypto/rand/rand.h
index 07de8cb7c45..30b22afaf38 100644
--- a/lib/libcrypto/rand/rand.h
+++ b/lib/libcrypto/rand/rand.h
@@ -60,8 +60,10 @@
#define HEADER_RAND_H
#include <stdlib.h>
+
+#include <openssl/opensslconf.h>
+
#include <openssl/ossl_typ.h>
-#include <openssl/e_os2.h>
#ifdef __cplusplus
extern "C" {