Move e_os.h to be the very first include.
[openssl.git] / crypto / x509v3 / v3_tlsf.c
index 8e5daf9d1580689c91a71b43ea133799eb859363..5f2d5d2cf8f2b3b821929eeca4758f9208a0bb00 100644 (file)
@@ -7,9 +7,9 @@
  * https://www.openssl.org/source/license.html
  */
 
-#include <stdio.h>
-#include "internal/cryptlib.h"
 #include "e_os.h"
+#include "internal/cryptlib.h"
+#include <stdio.h>
 #include "internal/o_str.h"
 #include <openssl/asn1t.h>
 #include <openssl/conf.h>