* solaris2.h: Get the definition of alloca from alloca.h if we

aren't using gcc.
This commit is contained in:
Stu Grossman 1992-10-23 08:47:28 +00:00
parent c50c519792
commit 79d47bd097

View File

@ -2,4 +2,7 @@
#include "hosts/sysv4.h"
#ifndef __GNUC__
#include <alloca.h>
#endif
/* That's all... */