summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-10-16 08:04:17 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-10-16 08:04:17 +0200
commitcf51c3bfa0bbc50af6e162f22da385c7da113143 (patch)
treeb96deca9f6205a9f6723fab94744921d141a53dd
parentrfs: explicitly cast to dev_t (diff)
downloadrtems-cf51c3bfa0bbc50af6e162f22da385c7da113143.tar.bz2
score: Fix compile error for POSIX disabled
-rw-r--r--cpukit/score/src/threadglobalconstruction.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/score/src/threadglobalconstruction.c b/cpukit/score/src/threadglobalconstruction.c
index ff8af51242..05a861353b 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