[rtems commit] score: Include missing <rtems/score/thread.h>

Sebastian Huber sebh at rtems.org
Fri Jul 26 09:51:53 UTC 2013


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Jul 25 10:47:53 2013 +0200

score: Include missing <rtems/score/thread.h>

---

 cpukit/score/include/rtems/score/corebarrierimpl.h |    1 +
 cpukit/score/include/rtems/score/corerwlockimpl.h  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/cpukit/score/include/rtems/score/corebarrierimpl.h b/cpukit/score/include/rtems/score/corebarrierimpl.h
index f2bcf6a..5e6848e 100644
--- a/cpukit/score/include/rtems/score/corebarrierimpl.h
+++ b/cpukit/score/include/rtems/score/corebarrierimpl.h
@@ -20,6 +20,7 @@
 #define _RTEMS_SCORE_COREBARRIERIMPL_H
 
 #include <rtems/score/corebarrier.h>
+#include <rtems/score/thread.h>
 #include <rtems/score/watchdog.h>
 
 #ifdef __cplusplus
diff --git a/cpukit/score/include/rtems/score/corerwlockimpl.h b/cpukit/score/include/rtems/score/corerwlockimpl.h
index b67c79f..cdb221d 100644
--- a/cpukit/score/include/rtems/score/corerwlockimpl.h
+++ b/cpukit/score/include/rtems/score/corerwlockimpl.h
@@ -20,6 +20,7 @@
 #define _RTEMS_SCORE_CORERWLOCKIMPL_H
 
 #include <rtems/score/corerwlock.h>
+#include <rtems/score/thread.h>
 #include <rtems/score/watchdog.h>
 
 #ifdef __cplusplus




More information about the vc mailing list