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 | de29f34c7aa505f4d930b4279cfef142d4a975c3 (patch) | |
tree | 650fb13932c24d7af37f8e6b4dfaa1a28d46e910 /bfd/vms-hdr.c | |
parent | 341995e5f1980f9e347c63c23b4e7fb819531bd0 (diff) | |
download | binutils-redhat-de29f34c7aa505f4d930b4279cfef142d4a975c3.tar.gz |
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 3b36b3278c..6758be6cf1 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 /*---------------------------------------------------------------------------*/ |