Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1--- kklib/mimalloc/src/random.c 1969-12-31 18:00:01.000000000 -0600 2+++ kklib/mimalloc/src/random.c.new 2022-01-16 19:43:54.000000000 -0600 3@@ -195,6 +195,7 @@ 4 #elif defined(__APPLE__) 5 #include <AvailabilityMacros.h> 6 #if defined(MAC_OS_X_VERSION_10_10) && MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_10 7+#include <CommonCrypto/CommonCryptoError.h> 8 #include <CommonCrypto/CommonRandom.h> 9 #endif 10 static bool os_random_buf(void* buf, size_t buf_len) {