[rtems commit] score: Fix compile error for POSIX disabled

Sebastian Huber sebh at rtems.org
Thu Oct 16 05:55:44 UTC 2014


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Oct 16 08:04:17 2014 +0200

score: Fix compile error for POSIX disabled

---

 cpukit/score/src/threadglobalconstruction.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/cpukit/score/src/threadglobalconstruction.c b/cpukit/score/src/threadglobalconstruction.c
index ff8af51..05a8613 100644
--- a/cpukit/score/src/threadglobalconstruction.c
+++ b/cpukit/score/src/threadglobalconstruction.c
@@ -21,8 +21,7 @@
 
 #include <rtems/score/threadimpl.h>
 #include <rtems/score/assert.h>
-#include <rtems/rtems/config.h>
-#include <rtems/posix/config.h>
+#include <rtems/config.h>
 
 /*
  *  Conditional magic to determine what style of C++ constructor



More information about the vc mailing list