From 67099990bc180ea617f3391d4b01e4509cdc3e8d Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Sat, 25 May 1991 01:52:23 +0000 Subject: [PATCH] Fixed to compile on kithrup --- bfd/hosts/i386v.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bfd/hosts/i386v.h b/bfd/hosts/i386v.h index 47ccdc81110..f1018c6711b 100644 --- a/bfd/hosts/i386v.h +++ b/bfd/hosts/i386v.h @@ -43,6 +43,12 @@ # endif */ +#ifndef DONTDECLARE_MALLOC +extern PROTO(PTR,malloc,(unsigned)); +extern PROTO(PTR ,realloc, (PTR, unsigned)); +extern PROTO(void, free,(PTR)); +#endif + /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; -- 2.30.2