diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-21 18:40:21 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-21 18:40:21 +0000 |
commit | 23ccc829e251d20c40a4337d2ae6057a0bb951aa (patch) | |
tree | 8489640a320e25e899ca20945f20aec842fc5f19 /bfd/vms-hdr.c | |
parent | 8c603c85a1a36ac618c2f03d69686a7985a5ab77 (diff) | |
download | gdb-23ccc829e251d20c40a4337d2ae6057a0bb951aa.zip gdb-23ccc829e251d20c40a4337d2ae6057a0bb951aa.tar.gz gdb-23ccc829e251d20c40a4337d2ae6057a0bb951aa.tar.bz2 |
Fixes to allow sources to compile under Solaris 2.8
Diffstat (limited to 'bfd/vms-hdr.c')
-rw-r--r-- | bfd/vms-hdr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/vms-hdr.c b/bfd/vms-hdr.c index 3b36b32..6758be6 100644 --- a/bfd/vms-hdr.c +++ b/bfd/vms-hdr.c @@ -33,6 +33,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "vms.h" +#ifdef HAVE_ALLOCA_H +#include <alloca.h> +#endif /*---------------------------------------------------------------------------*/ |