summaryrefslogtreecommitdiff
path: root/src/gl/alloca.in.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gl/alloca.in.h')
-rw-r--r--src/gl/alloca.in.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gl/alloca.in.h b/src/gl/alloca.in.h
index 906fe92379..6a25ecdb7b 100644
--- a/src/gl/alloca.in.h
+++ b/src/gl/alloca.in.h
@@ -1,6 +1,6 @@
/* Memory allocation on the stack.
- Copyright (C) 1995, 1999, 2001-2004, 2006-2015 Free Software Foundation,
+ Copyright (C) 1995, 1999, 2001-2004, 2006-2016 Free Software Foundation,
Inc.
This program is free software; you can redistribute it and/or modify it
@@ -51,6 +51,8 @@ extern "C"
void *_alloca (unsigned short);
# pragma intrinsic (_alloca)
# define alloca _alloca
+# elif defined __MVS__
+# include <stdlib.h>
# else
# include <stddef.h>
# ifdef __cplusplus