summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-19 11:18:30 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-22 16:57:21 +0200
commit7d9a42603bcfc53c992b6cb5bb2303257a8bc9eb (patch)
treed25e50a91a6be77653502ab9b03105e74ed255e5 /cpukit
parentscore: Avoid direct usage of _Thread_Executing (diff)
downloadrtems-7d9a42603bcfc53c992b6cb5bb2303257a8bc9eb.tar.bz2
libcsupport: Include missing header file
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libcsupport/src/newlibc_reent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/libcsupport/src/newlibc_reent.c b/cpukit/libcsupport/src/newlibc_reent.c
index 62b5d6b123..a1adda8c38 100644
--- a/cpukit/libcsupport/src/newlibc_reent.c
+++ b/cpukit/libcsupport/src/newlibc_reent.c
@@ -27,6 +27,7 @@
#include <stdlib.h>
#include <rtems/libcsupport.h>
+#include <rtems/score/wkspace.h>
bool newlib_create_hook(
rtems_tcb *current_task __attribute__((unused)),