Be sure malloc and free are declared; bfd/opncls uses them.

This commit is contained in:
John Gilmore 1991-05-03 19:24:18 +00:00
parent 67ca110ded
commit 09a98ceece
1 changed files with 3 additions and 0 deletions

View File

@ -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;