From: Ken Raeburn Date: Tue, 19 Apr 1994 01:08:38 +0000 (+0000) Subject: Include string.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=77c36070dd3e132020f47f2a1e6cb5fd7a377b46;p=binutils-gdb.git Include string.h. --- diff --git a/gas/config/ho-sysv.h b/gas/config/ho-sysv.h index 9ec2f2bbd22..ba6955820e0 100644 --- a/gas/config/ho-sysv.h +++ b/gas/config/ho-sysv.h @@ -17,6 +17,7 @@ along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include extern int free (); extern char *malloc ();