[rtems commit] libcsupport: Include missing header file

Sebastian Huber sebh at rtems.org
Mon Jul 22 14:51:43 UTC 2013


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Jul 19 11:18:30 2013 +0200

libcsupport: Include missing header file

---

 cpukit/libcsupport/src/newlibc_reent.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/cpukit/libcsupport/src/newlibc_reent.c b/cpukit/libcsupport/src/newlibc_reent.c
index 62b5d6b..a1adda8 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)),




More information about the vc mailing list