From 7bd55eef45801865a88591b4ef7d12306e660b0e Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 28 Feb 2015 08:23:09 -0700 Subject: [PATCH] c99_alloca.h: include stdlib.h on FreeBSD Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89364 --- include/c99_alloca.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/c99_alloca.h b/include/c99_alloca.h index 7a81c50..691e533 100644 --- a/include/c99_alloca.h +++ b/include/c99_alloca.h @@ -39,6 +39,10 @@ # include +#elif defined(__FreeBSD__) + +# include + #else /* !defined(_MSC_VER) */ # include -- 1.9.1