X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=include%2Fc99_alloca.h;h=5a3b8c19abb592045d088e4d268fd83f3883cda7;hb=b30bd6fe5f254d895c1dec780f24518b3e880ed4;hp=575f719af87acdb97be540f03068360fc2587132;hpb=3de01d2fe46652471362bcb8a527f59e0bb81cfc;p=mesa.git diff --git a/include/c99_alloca.h b/include/c99_alloca.h index 575f719af87..5a3b8c19abb 100644 --- a/include/c99_alloca.h +++ b/include/c99_alloca.h @@ -35,6 +35,10 @@ # define alloca _alloca +#elif defined(__sun) || defined(__CYGWIN__) + +# include + #else /* !defined(_MSC_VER) */ # include