Move e_os.h to be the very first include.
[openssl.git] / crypto / cryptlib.c
index bafcaab9668bee14818e1b766e3af5c3ad1c2925..6e45b0d8ba1fa23d45f115a53b7939d76aac9bb6 100644 (file)
@@ -8,8 +8,8 @@
  * https://www.openssl.org/source/license.html
  */
 
-#include "internal/cryptlib_int.h"
 #include "e_os.h"
+#include "internal/cryptlib_int.h"
 #include <openssl/safestack.h>
 
 #if     defined(__i386)   || defined(__i386__)   || defined(_M_IX86) || \