Move e_os.h to be the very first include.
[openssl.git] / crypto / init.c
index fa68a29b2c2515855d8e3fec59f3b30cc963ac7f..074e683cc01156b46c1517fcaec14ca9cf7310af 100644 (file)
@@ -7,6 +7,7 @@
  * https://www.openssl.org/source/license.html
  */
 
+#include "e_os.h"
 #include "internal/cryptlib_int.h"
 #include <openssl/err.h>
 #include "internal/rand_int.h"
@@ -25,7 +26,6 @@
 #include "internal/thread_once.h"
 #include "internal/dso.h"
 #include "internal/store.h"
-#include "e_os.h"
 
 static int stopped = 0;