summaryrefslogtreecommitdiff
path: root/lib/crypto/crypto_scrypt-sse.c
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-12 02:20:14 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-12 02:20:14 +0000
commit0dbaf78cb906bd15737fe3da7a09f78f27ad3421 (patch)
treedc6c42b0486a718499f44207bac0580ff6964c26 /lib/crypto/crypto_scrypt-sse.c
parentc3a5fc0e91d7b9cd3de426eef8d4ba17eac14eb7 (diff)
parentc6cbacee7e128674e7e2ed0ed83589bf3ef5e1e9 (diff)
downloadscrypt-0dbaf78cb906bd15737fe3da7a09f78f27ad3421.tar.gz
Change-Id: I25a0067a5a3e4c8c7dd09d13718b4379a7062eb0
Diffstat (limited to 'lib/crypto/crypto_scrypt-sse.c')
-rw-r--r--lib/crypto/crypto_scrypt-sse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/crypto/crypto_scrypt-sse.c b/lib/crypto/crypto_scrypt-sse.c
index dd18f29..c50204d 100644
--- a/lib/crypto/crypto_scrypt-sse.c
+++ b/lib/crypto/crypto_scrypt-sse.c
@@ -29,7 +29,9 @@
#include "scrypt_platform.h"
#include <sys/types.h>
+#ifndef _WIN32
#include <sys/mman.h>
+#endif
#include <emmintrin.h>
#include <errno.h>