Reorder inclusion, or NO_SYS_TYPES_H will not be detected.
authorRichard Levitte <levitte@openssl.org>
Wed, 13 Nov 2002 23:45:41 +0000 (23:45 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 13 Nov 2002 23:45:41 +0000 (23:45 +0000)
PR: 241

crypto/rand/randfile.c

index c2ae28c3a2a48a9afc0a34dec74680e28484972a..c94f7bba5265371c826475bccec8cd86b9523fe3 100644 (file)
@@ -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>