Fix for failing to build in Debug on Mac Big Sur (v11.2.1) using clang 11.0.0
@@ -248,6 +248,7 @@ static void DEBUG_TRACE_FUNC(const char *func,
#if !defined(DEBUG_ASSERT)
#if defined(DEBUG)
+#include <stdlib.h>
#define DEBUG_ASSERT(cond) \
do { \
if (!(cond)) { \