From a5c8ac149864eb7867ccf341f8bde3f86074c825 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 13 Nov 2002 23:45:41 +0000 Subject: [PATCH] Reorder inclusion, or NO_SYS_TYPES_H will not be detected. PR: 241 --- crypto/rand/randfile.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crypto/rand/randfile.c b/crypto/rand/randfile.c index c2ae28c3a2..c94f7bba52 100644 --- a/crypto/rand/randfile.c +++ b/crypto/rand/randfile.c @@ -61,6 +61,8 @@ #include #include +#include "openssl/e_os.h" + #ifdef VMS #include #endif @@ -73,7 +75,6 @@ # include #endif -#include "openssl/e_os.h" #include #include -- 2.25.1