summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/heapgetfreeinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/heapgetfreeinfo.c')
-rw-r--r--cpukit/score/src/heapgetfreeinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/heapgetfreeinfo.c b/cpukit/score/src/heapgetfreeinfo.c
index be0bfd883a..de6e3dc555 100644
--- a/cpukit/score/src/heapgetfreeinfo.c
+++ b/cpukit/score/src/heapgetfreeinfo.c
@@ -21,7 +21,7 @@
#include <rtems/system.h>
#include <rtems/score/sysstate.h>
-#include <rtems/score/heap.h>
+#include <rtems/score/heapimpl.h>
void _Heap_Get_free_information(
Heap_Control *the_heap,