Move e_os.h to be the very first include.
[openssl.git] / crypto / conf / conf_lib.c
index 74759c56d5edbc0830f1e3862bf978292f400142..06bb3f7ff1a180c8f1bf47ce7070b32441827ca5 100644 (file)
@@ -7,6 +7,7 @@
  * https://www.openssl.org/source/license.html
  */
 
+#include "e_os.h"
 #include <stdio.h>
 #include <string.h>
 #include "internal/conf.h"
@@ -15,7 +16,6 @@
 #include <openssl/conf.h>
 #include <openssl/conf_api.h>
 #include <openssl/lhash.h>
-#include "e_os.h"
 
 static CONF_METHOD *default_CONF_method = NULL;