diff options
Diffstat (limited to 'src/random.c')
-rw-r--r-- | src/random.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/random.c b/src/random.c index 0b44c8b..5057a62 100644 --- a/src/random.c +++ b/src/random.c @@ -195,6 +195,7 @@ static bool os_random_buf(void* buf, size_t buf_len) { #elif defined(__APPLE__) #include <AvailabilityMacros.h> #if defined(MAC_OS_X_VERSION_10_10) && MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_10 +#include <CommonCrypto/CommonCryptoError.h> #include <CommonCrypto/CommonRandom.h> #endif static bool os_random_buf(void* buf, size_t buf_len) { |