Fix windows build
[openssl.git] / crypto / sec_mem.c
index ea9523b2b91e4095a5f07c88bcb85c039e988faf..5bf8baace1d1ceb96bf271205cfddae4a7334b7c 100644 (file)
  */
 #include <openssl/crypto.h>
 #include <e_os.h>
  */
 #include <openssl/crypto.h>
 #include <e_os.h>
-#include <stdlib.h>
-#include <unistd.h>
-#include <string.h>
-#include <assert.h>
 
 #if defined(OPENSSL_SYS_LINUX) || defined(OPENSSL_SYS_UNIX)
 # define IMPLEMENTED
 
 #if defined(OPENSSL_SYS_LINUX) || defined(OPENSSL_SYS_UNIX)
 # define IMPLEMENTED
+# include <stdlib.h>
+# include <string.h>
+# include <assert.h>
+# include <unistd.h>
 # include <sys/mman.h>
 # include <sys/param.h>
 #endif
 # include <sys/mman.h>
 # include <sys/param.h>
 #endif