summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp08
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-24 11:09:23 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-24 11:11:21 +0200
commit39046f766f170748acdb7f55f79a681a09552698 (patch)
tree9165005f4b957b65bfc4bcc7afc10381b8809af4 /testsuites/sptests/sp08
parentlibtests/malloctest: Fixes for RTEMS_DEBUG (diff)
downloadrtems-39046f766f170748acdb7f55f79a681a09552698.tar.bz2
score: Merge sysstate API into one file
Diffstat (limited to 'testsuites/sptests/sp08')
-rw-r--r--testsuites/sptests/sp08/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/sptests/sp08/init.c b/testsuites/sptests/sp08/init.c
index 48ec913f68..ddb55a94ab 100644
--- a/testsuites/sptests/sp08/init.c
+++ b/testsuites/sptests/sp08/init.c
@@ -13,6 +13,8 @@
#include <tmacros.h>
+#include <rtems/score/sysstate.h>
+
/* forward declarations to avoid warnings */
rtems_task Init(rtems_task_argument argument);