summaryrefslogtreecommitdiffstats
path: root/include/c99_alloca.h
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2015-03-05 15:29:32 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2015-03-07 18:18:32 +0000
commit72d4f6c67f8a96956a1a8eeb90449231ba8e0940 (patch)
tree92539d27edb75bfcbce057f91a0b6d6368d9992b /include/c99_alloca.h
parent1ca39ec03cfba9c032f6e3b8b6c1f24e69bf96ac (diff)
downloadexternal_mesa3d-72d4f6c67f8a96956a1a8eeb90449231ba8e0940.zip
external_mesa3d-72d4f6c67f8a96956a1a8eeb90449231ba8e0940.tar.gz
external_mesa3d-72d4f6c67f8a96956a1a8eeb90449231ba8e0940.tar.bz2
c99_alloca.h: Also use <alloca.h> for cygwin
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'include/c99_alloca.h')
-rw-r--r--include/c99_alloca.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/c99_alloca.h b/include/c99_alloca.h
index ed66fda..5a3b8c1 100644
--- a/include/c99_alloca.h
+++ b/include/c99_alloca.h
@@ -35,7 +35,7 @@
# define alloca _alloca
-#elif defined(__sun)
+#elif defined(__sun) || defined(__CYGWIN__)
# include <alloca.h>