diff options
Diffstat (limited to 'libiberty/objalloc.c')
-rw-r--r-- | libiberty/objalloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/objalloc.c b/libiberty/objalloc.c index 34687d3891a..3474b6a50f5 100644 --- a/libiberty/objalloc.c +++ b/libiberty/objalloc.c @@ -34,6 +34,7 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* For systems with larger pointers than ints, this must be declared. */ extern PTR malloc PARAMS ((size_t)); +extern void free PARAMS ((PTR)); #endif /* These routines allocate space for an object. Freeing allocated |