From 2e0497afa6f78f480615ad311e6c84043ad23210 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 24 Apr 2014 23:05:16 -0700 Subject: [PATCH] is required for SIZE_MAX. Fixes Android build. --- .../scryptxsalsa208sha256/nosse/pwhash_scryptxsalsa208sha256.c | 1 + .../scryptxsalsa208sha256/sse/pwhash_scryptxsalsa208sha256.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/libsodium/crypto_pwhash/scryptxsalsa208sha256/nosse/pwhash_scryptxsalsa208sha256.c b/src/libsodium/crypto_pwhash/scryptxsalsa208sha256/nosse/pwhash_scryptxsalsa208sha256.c index 175c9dcb..a79f9a78 100644 --- a/src/libsodium/crypto_pwhash/scryptxsalsa208sha256/nosse/pwhash_scryptxsalsa208sha256.c +++ b/src/libsodium/crypto_pwhash/scryptxsalsa208sha256/nosse/pwhash_scryptxsalsa208sha256.c @@ -29,6 +29,7 @@ */ #include +#include #include #include #include diff --git a/src/libsodium/crypto_pwhash/scryptxsalsa208sha256/sse/pwhash_scryptxsalsa208sha256.c b/src/libsodium/crypto_pwhash/scryptxsalsa208sha256/sse/pwhash_scryptxsalsa208sha256.c index 5662b04f..29c4ed7c 100644 --- a/src/libsodium/crypto_pwhash/scryptxsalsa208sha256/sse/pwhash_scryptxsalsa208sha256.c +++ b/src/libsodium/crypto_pwhash/scryptxsalsa208sha256/sse/pwhash_scryptxsalsa208sha256.c @@ -35,6 +35,7 @@ #endif #include +#include #include #include #include