summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadallocateunlimited.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-08 11:30:32 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-31 17:30:17 +0200
commit354c2b50a3d707bbdf8d5b553869062cdedaf4fb (patch)
tree033b983b4352969c8e54ac018b6a762b548c2505 /cpukit/score/src/threadallocateunlimited.c
parentscore: Add _Freechain_Push() (diff)
downloadrtems-354c2b50a3d707bbdf8d5b553869062cdedaf4fb.tar.bz2
score: Add <rtems/score/freechainimpl.h>
Hide implementation details. Update #3959.
Diffstat (limited to 'cpukit/score/src/threadallocateunlimited.c')
-rw-r--r--cpukit/score/src/threadallocateunlimited.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/score/src/threadallocateunlimited.c b/cpukit/score/src/threadallocateunlimited.c
index 463a0ecb5d..6f2dec7388 100644
--- a/cpukit/score/src/threadallocateunlimited.c
+++ b/cpukit/score/src/threadallocateunlimited.c
@@ -36,6 +36,7 @@
#endif
#include <rtems/score/thread.h>
+#include <rtems/score/freechainimpl.h>
#include <rtems/score/objectimpl.h>
#include <rtems/score/wkspace.h>