From: Richard Levitte Date: Wed, 13 Nov 2002 23:45:41 +0000 (+0000) Subject: Reorder inclusion, or NO_SYS_TYPES_H will not be detected. X-Git-Tag: OpenSSL_0_9_6h~48 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a5c8ac149864eb7867ccf341f8bde3f86074c825;p=oweals%2Fopenssl.git Reorder inclusion, or NO_SYS_TYPES_H will not be detected. PR: 241 --- 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