From: Richard Levitte Date: Mon, 11 Sep 2000 16:37:36 +0000 (+0000) Subject: Don't include e_os.h before the system headers X-Git-Tag: OpenSSL-engine-0_9_6-beta2~13^2~10 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=74d2b0f112ba104e95e33dbad06d3ba05a0e6e76 Don't include e_os.h before the system headers --- diff --git a/crypto/rand/randfile.c b/crypto/rand/randfile.c index f6dc880fed..528e410f74 100644 --- a/crypto/rand/randfile.c +++ b/crypto/rand/randfile.c @@ -61,8 +61,6 @@ #include #include -#include "openssl/e_os.h" - #ifdef VMS #include #endif @@ -75,6 +73,7 @@ # include #endif +#include #include #include