Move e_os.h to be the very first include.
[oweals/openssl.git] / crypto / engine / eng_lib.c
index 51998340a9408c0e00626ada16fff376e9bbe34f..c060a5d6ac9723c9067b93d392a51fe6d022640a 100644 (file)
@@ -7,8 +7,8 @@
  * https://www.openssl.org/source/license.html
  */
 
-#include "eng_int.h"
 #include "e_os.h"
+#include "eng_int.h"
 #include <openssl/rand.h>
 #include "internal/refcount.h"