From 20209a3e593fce474388b96a65998686950fb891 Mon Sep 17 00:00:00 2001 From: Cleber Date: Wed, 25 Dec 2013 03:46:28 -0200 Subject: [PATCH] malloc.h is on sys/malloc.h on MAC OS --- scrypt.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scrypt.cpp b/scrypt.cpp index e50226f..57da11a 100644 --- a/scrypt.cpp +++ b/scrypt.cpp @@ -43,7 +43,11 @@ using namespace Concurrency; #include #include +#ifdef __APPLE__ +#include +#else #include +#endif #include // A thin wrapper around the builtin __m128i type