summaryrefslogtreecommitdiffstats
path: root/crypto/sec_mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/sec_mem.c')
-rw-r--r--crypto/sec_mem.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/sec_mem.c b/crypto/sec_mem.c
index ea9523b2b9..5bf8baace1 100644
--- a/crypto/sec_mem.c
+++ b/crypto/sec_mem.c
@@ -12,13 +12,13 @@
*/
#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
+# include <stdlib.h>
+# include <string.h>
+# include <assert.h>
+# include <unistd.h>
# include <sys/mman.h>
# include <sys/param.h>
#endif