From 32828e6ffd84f0a0a1135ecdab077ce05700588d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Thu, 22 Feb 2001 14:59:11 +0000 Subject: [PATCH] include e_os.h as "openssl/e_os.h" (as elsewhere) --- crypto/rand/randfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/rand/randfile.c b/crypto/rand/randfile.c index 0a4005bd4e..a92541371f 100644 --- a/crypto/rand/randfile.c +++ b/crypto/rand/randfile.c @@ -73,7 +73,7 @@ # include #endif -#include +#include "openssl/e_os.h" #include #include -- 2.25.1