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-Tag: gdb-4_18-branchpoint~20767 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79d47bd0972bd78ed69e294e7c010e28b748545d;p=thirdparty%2Fbinutils-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... */