aboutsummaryrefslogtreecommitdiff
path: root/bfd/opncls.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/opncls.c')
-rw-r--r--bfd/opncls.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/opncls.c b/bfd/opncls.c
index 9b91c2f..9dbcfcf 100644
--- a/bfd/opncls.c
+++ b/bfd/opncls.c
@@ -51,6 +51,8 @@ FILE *bfd_open_file();
Perhaps, since unix has so many different kinds of locking anyway,
we should use the emacs lock scheme?... */
+extern PTR malloc();
+extern void free();
#define obstack_chunk_alloc malloc
#define obstack_chunk_free free