From 0fd9aae17a361c48f6a190e3ee9a786287495237 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 15 Jul 2017 17:53:18 +0200 Subject: [PATCH] Explicitly include --- src/libsodium/crypto_pwhash/crypto_pwhash.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libsodium/crypto_pwhash/crypto_pwhash.c b/src/libsodium/crypto_pwhash/crypto_pwhash.c index 878ef6af..6e621d7b 100644 --- a/src/libsodium/crypto_pwhash/crypto_pwhash.c +++ b/src/libsodium/crypto_pwhash/crypto_pwhash.c @@ -1,5 +1,6 @@ #include +#include #include #include "crypto_pwhash.h"