diff options
Diffstat (limited to 'bfd/hosts/decstation.h')
-rw-r--r-- | bfd/hosts/decstation.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/hosts/decstation.h b/bfd/hosts/decstation.h index b8f0788..875982c 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; |