summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/stackchk
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-20 16:22:56 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-26 07:51:57 +0100
commiteaa5ea84eaf1b3dab72d7a7a6578f0dc59e55396 (patch)
tree255001013620a1a696b292d6d129189da1a7d905 /testsuites/libtests/stackchk
parentm68k/uC5282: Add per-section compilation and linking (GCI 2018) (diff)
downloadrtems-eaa5ea84eaf1b3dab72d7a7a6578f0dc59e55396.tar.bz2
score: Introduce <rtems/score/heapinfo.h>
Move Heap_Information_block to separate header file to hide heap implementation details from <rtems.h>. Update #3598.
Diffstat (limited to 'testsuites/libtests/stackchk')
-rw-r--r--testsuites/libtests/stackchk/blow.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/libtests/stackchk/blow.c b/testsuites/libtests/stackchk/blow.c
index e424568fb8..15ce0abfa6 100644
--- a/testsuites/libtests/stackchk/blow.c
+++ b/testsuites/libtests/stackchk/blow.c
@@ -17,6 +17,7 @@
#include <rtems.h>
#include <rtems/stackchk.h>
+#include <rtems/score/heap.h>
#include <rtems/score/percpu.h>
/* forward declarations to avoid warnings */