summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/malloctest/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/malloctest/init.c')
-rw-r--r--testsuites/libtests/malloctest/init.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/libtests/malloctest/init.c b/testsuites/libtests/malloctest/init.c
index f7625b83b5..3eea432d5a 100644
--- a/testsuites/libtests/malloctest/init.c
+++ b/testsuites/libtests/malloctest/init.c
@@ -33,6 +33,10 @@
#include <errno.h>
#include <rtems/score/protectedheap.h>
+/* HACK: Blatant visibility violations */
+extern int malloc_info(Heap_Information_block *the_info);
+extern void malloc_walk(size_t source, size_t printf_enabled);
+
/*
* A simple test of realloc
*/