From: Stu Grossman Date: Fri, 23 Oct 1992 08:47:28 +0000 (+0000) Subject: * solaris2.h: Get the definition of alloca from alloca.h if we X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=79d47bd0972bd78ed69e294e7c010e28b748545d;p=binutils-gdb.git * solaris2.h: Get the definition of alloca from alloca.h if we aren't using gcc. --- 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... */