From: John Gilmore Date: Fri, 3 May 1991 19:24:18 +0000 (+0000) Subject: Be sure malloc and free are declared; bfd/opncls uses them. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=09a98ceeceb3b247bb659dee0182af070b049f13;p=binutils-gdb.git Be sure malloc and free are declared; bfd/opncls uses them. --- diff --git a/bfd/hosts/decstation.h b/bfd/hosts/decstation.h index b8f07887046..875982c9f25 100644 --- a/bfd/hosts/decstation.h +++ b/bfd/hosts/decstation.h @@ -12,6 +12,9 @@ #define SEEK_SET 0 #define SEEK_CUR 1 +extern char *malloc(); +extern void free(); + /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type;