aboutsummaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorMarcus von Appen <marcus@sysfault.org>2014-06-07 09:36:04 +0200
committerMarcus von Appen <marcus@sysfault.org>2014-06-07 09:36:04 +0200
commit0c90eb16586d6c15d619666687449b3351e536fc (patch)
tree90e87eaf27647ebe3d3996d6273672b271d47338 /windows
parentc61be8e1e10a8c7bac3161cae531d26a9d754825 (diff)
- FreeBSD provides alloca() via stdlib.h, in contrast to Linux and Windows
- Move the includes for alloca() intp mpconfigport.h
Diffstat (limited to 'windows')
-rw-r--r--windows/mpconfigport.h2
1 files changed, 1 insertions, 1 deletions
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 <stddef.h> //for NULL
#include <assert.h> //for assert
-
+#include <alloca.h> //for alloca()
// Functions implemented in platform code