From 5ece2888769c2886b181d228ad447a8bca2ddee0 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 3 Mar 2015 08:09:21 -0700 Subject: c99_alloca.h: add case for __sun Reviewed-by: Alan Coopersmith --- include/c99_alloca.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/c99_alloca.h') diff --git a/include/c99_alloca.h b/include/c99_alloca.h index 575f719..ed66fda 100644 --- a/include/c99_alloca.h +++ b/include/c99_alloca.h @@ -35,6 +35,10 @@ # define alloca _alloca +#elif defined(__sun) + +# include + #else /* !defined(_MSC_VER) */ # include -- cgit v1.1