From e6f7f81766efeb713b3e0a6fa67122f3f1cf9895 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Jul 2013 16:50:51 +0200 Subject: score: Create heap implementation header Move implementation specific parts of heap.h and heap.inl into new header file heapimpl.h. The heap.h contains now only the application visible API. --- cpukit/rtems/src/workspacegreedy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/rtems/src/workspacegreedy.c') diff --git a/cpukit/rtems/src/workspacegreedy.c b/cpukit/rtems/src/workspacegreedy.c index 4f46e7d919..c0a0256b52 100644 --- a/cpukit/rtems/src/workspacegreedy.c +++ b/cpukit/rtems/src/workspacegreedy.c @@ -25,6 +25,7 @@ #include #include +#include void *rtems_workspace_greedy_allocate( const uintptr_t *block_sizes, -- cgit v1.2.3