From 79d47bd0972bd78ed69e294e7c010e28b748545d Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Fri, 23 Oct 1992 08:47:28 +0000 Subject: [PATCH] * solaris2.h: Get the definition of alloca from alloca.h if we aren't using gcc. --- bfd/hosts/solaris2.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bfd/hosts/solaris2.h b/bfd/hosts/solaris2.h index b1ec809b536..d32b7a67f77 100644 --- a/bfd/hosts/solaris2.h +++ b/bfd/hosts/solaris2.h @@ -2,4 +2,7 @@ #include "hosts/sysv4.h" +#ifndef __GNUC__ +#include +#endif /* That's all... */ -- 2.30.2