summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-06-25 14:22:31 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-06-26 09:16:29 +0200
commit5f31bbe1054fb070bd426eca3168ab4ba051b28f (patch)
treeb73c9b4e9affa1f8813355288b389df39f8dacb3 /testsuites
parentscore: Simplify <rtems/score/scheduler.h> (diff)
downloadrtems-5f31bbe1054fb070bd426eca3168ab4ba051b28f.tar.bz2
libmisc: Simplify <rtems/stackchk.h>
Drop the <rtems/score/percpu.h> include since this file exposes a lot of implementation details.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/libtests/stackchk/blow.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/libtests/stackchk/blow.c b/testsuites/libtests/stackchk/blow.c
index 6a378eb54b..e424568fb8 100644
--- a/testsuites/libtests/stackchk/blow.c
+++ b/testsuites/libtests/stackchk/blow.c
@@ -17,6 +17,7 @@
#include <rtems.h>
#include <rtems/stackchk.h>
+#include <rtems/score/percpu.h>
/* forward declarations to avoid warnings */
void b(void);