Don't include e_os.h before the system headers
[openssl.git] / crypto / rand / randfile.c
index f6dc880fed5fdea0fb0c24169a9643ef34fd3bd0..528e410f74009e82ccb922801d4bf316a5a90685 100644 (file)
@@ -61,8 +61,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "openssl/e_os.h"
-
 #ifdef VMS
 #include <unixio.h>
 #endif
@@ -75,6 +73,7 @@
 # include <sys/stat.h>
 #endif
 
+#include <openssl/e_os.h>
 #include <openssl/crypto.h>
 #include <openssl/rand.h>