From 09a98ceeceb3b247bb659dee0182af070b049f13 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Fri, 3 May 1991 19:24:18 +0000 Subject: [PATCH] Be sure malloc and free are declared; bfd/opncls uses them. --- bfd/hosts/decstation.h | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.30.2