[rtems commit] cputkit/rtems: Remove warning

Chris Johns chrisj at rtems.org
Fri Feb 12 20:11:38 UTC 2021


Module:    rtems
Branch:    master
Commit:    426154f4fdb17c08bf7f412c5f8d6d40e8757965
Changeset: http://git.rtems.org/rtems/commit/?id=426154f4fdb17c08bf7f412c5f8d6d40e8757965

Author:    Chris Johns <chrisj at rtems.org>
Date:      Sat Feb 13 07:09:38 2021 +1100

cputkit/rtems: Remove warning

---

 cpukit/rtems/src/workspacegreedy.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpukit/rtems/src/workspacegreedy.c b/cpukit/rtems/src/workspacegreedy.c
index 5ddf004..3914f31 100644
--- a/cpukit/rtems/src/workspacegreedy.c
+++ b/cpukit/rtems/src/workspacegreedy.c
@@ -32,6 +32,7 @@
 #include <rtems/score/heapimpl.h>
 #include <rtems/score/threaddispatch.h>
 #include <rtems/score/wkspace.h>
+#include <rtems/malloc.h>
 
 #define SBRK_ALLOC_SIZE (128 * 1024UL * 1024UL)
 



More information about the vc mailing list