Move e_os.h to be the very first include.
[openssl.git] / crypto / dllmain.c
index 376a34165a0c9f43a6d8efbdf2240f0d256107a4..b0459c2e73bd38031c480c8b3f899829620355ab 100644 (file)
@@ -7,8 +7,8 @@
  * https://www.openssl.org/source/license.html
  */
 
  * https://www.openssl.org/source/license.html
  */
 
-#include "internal/cryptlib_int.h"
 #include "e_os.h"
 #include "e_os.h"
+#include "internal/cryptlib_int.h"
 
 #if defined(_WIN32) || defined(__CYGWIN__)
 # ifdef __CYGWIN__
 
 #if defined(_WIN32) || defined(__CYGWIN__)
 # ifdef __CYGWIN__