aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-13 23:45:41 +0000
committerRichard Levitte <levitte@openssl.org>2002-11-13 23:45:41 +0000
commita5c8ac149864eb7867ccf341f8bde3f86074c825 (patch)
treebbcc62211b44e11c3bc50550fdd9ff780e71b969
parent2fb453829b18a43128cc7d233478f954f2257dc4 (diff)
downloadopenssl-a5c8ac149864eb7867ccf341f8bde3f86074c825.tar.gz
Reorder inclusion, or NO_SYS_TYPES_H will not be detected.
PR: 241
-rw-r--r--crypto/rand/randfile.c3
1 files changed, 2 insertions, 1 deletions
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 <stdlib.h>
#include <string.h>
+#include "openssl/e_os.h"
+
#ifdef VMS
#include <unixio.h>
#endif
@@ -73,7 +75,6 @@
# include <sys/stat.h>
#endif
-#include "openssl/e_os.h"
#include <openssl/crypto.h>
#include <openssl/rand.h>