From 0c90eb16586d6c15d619666687449b3351e536fc Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Sat, 7 Jun 2014 09:36:04 +0200 Subject: - FreeBSD provides alloca() via stdlib.h, in contrast to Linux and Windows - Move the includes for alloca() intp mpconfigport.h --- windows/mpconfigport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows') diff --git a/windows/mpconfigport.h b/windows/mpconfigport.h index 94304e20d..831a218fb 100644 --- a/windows/mpconfigport.h +++ b/windows/mpconfigport.h @@ -114,7 +114,7 @@ void msec_sleep(double msec); #include //for NULL #include //for assert - +#include //for alloca() // Functions implemented in platform code -- cgit v1.2.3