summaryrefslogtreecommitdiff
path: root/malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'malloc.c')
-rw-r--r--malloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/malloc.c b/malloc.c
index e031b45d92..acbc9e8fc0 100644
--- a/malloc.c
+++ b/malloc.c
@@ -981,6 +981,7 @@ Perl_malloc(register size_t nbytes)
register union overhead *p;
register int bucket;
register MEM_SIZE shiftr;
+ static void morecore(int bucket);
#if defined(DEBUGGING) || defined(RCHECK)
MEM_SIZE size = nbytes;