From d3a73875e2e420333aab98acf9d06841447fdebc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Thu, 22 Feb 2001 14:58:38 +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 8623e13e18..41dd1d70a4 100644 --- a/crypto/rand/randfile.c +++ b/crypto/rand/randfile.c @@ -61,7 +61,7 @@ #include #include -#include "e_os.h" +#include "openssl/e_os.h" #include #include -- 2.25.1