From 69fd49bcedfc7257b87682d9a79a63602531b1b4 Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Fri, 30 Jul 2021 09:29:07 -0400 Subject: common.h: macOS needs alloca.h too --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.h') diff --git a/common.h b/common.h index 4953da2..18b207c 100644 --- a/common.h +++ b/common.h @@ -9,7 +9,7 @@ #include #if ALLOCA_LIMIT > 0 -# if defined(__GLIBC__) || defined(__sun) || defined(__CYGWIN__) +# if defined(__GLIBC__) || defined(__sun) || defined(__CYGWIN__) || defined(__APPLE__) # include # elif defined(_WIN32) # include -- cgit v1.2.3-70-g09d2