[rtems commit] config: Include <rtems.h> for RTEMS_NEWLIB

Sebastian Huber sebh at rtems.org
Wed Nov 7 13:53:50 UTC 2018


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Nov  7 14:28:55 2018 +0100

config: Include <rtems.h> for RTEMS_NEWLIB

---

 cpukit/libcsupport/src/getreentglobal.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cpukit/libcsupport/src/getreentglobal.c b/cpukit/libcsupport/src/getreentglobal.c
index 775b446..ba1e4bf 100644
--- a/cpukit/libcsupport/src/getreentglobal.c
+++ b/cpukit/libcsupport/src/getreentglobal.c
@@ -16,6 +16,8 @@
 #include "config.h"
 #endif
 
+#include <rtems.h>
+
 #if defined(RTEMS_NEWLIB)
 #include <sys/reent.h>
 



More information about the vc mailing list