Be sure malloc and free are declared; bfd/opncls uses them.
authorJohn Gilmore <gnu@cygnus>
Fri, 3 May 1991 19:24:18 +0000 (19:24 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 3 May 1991 19:24:18 +0000 (19:24 +0000)
bfd/hosts/decstation.h

index b8f07887046cc76ff95d05298d3affec0be1ac66..875982c9f25255ea5668add76aa671faa8b11740 100644 (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;