Move e_os.h to be the very first include.
[openssl.git] / crypto / mem_sec.c
index 703ddad5e596b15684f439f16453d8a5c81145ad..f8470249c39648f3eaeefb89b3b34f1345282641 100644 (file)
@@ -15,8 +15,8 @@
  * For details on that implementation, see below (look for uppercase
  * "SECURE HEAP IMPLEMENTATION").
  */
-#include <openssl/crypto.h>
 #include "e_os.h"
+#include <openssl/crypto.h>
 
 #include <string.h>