summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/stack.inl
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-23 14:02:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-23 14:02:21 +0000
commitc5e2f7c6f9ffe47200d26d21bf678cfd8177676f (patch)
tree33dd2bb6408bb79f772fe4b2dbe2e6e24b2f9d8c /cpukit/score/inline/rtems/score/stack.inl
parent2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c5e2f7c6f9ffe47200d26d21bf678cfd8177676f.tar.bz2
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/debug.h, score/include/rtems/score/sysstate.h, score/include/rtems/score/timespec.h, score/inline/rtems/score/address.inl, score/inline/rtems/score/stack.inl, score/inline/rtems/score/states.inl: Add missing includes.
Diffstat (limited to 'cpukit/score/inline/rtems/score/stack.inl')
-rw-r--r--cpukit/score/inline/rtems/score/stack.inl3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/score/inline/rtems/score/stack.inl b/cpukit/score/inline/rtems/score/stack.inl
index 918500c298..c5d809cb81 100644
--- a/cpukit/score/inline/rtems/score/stack.inl
+++ b/cpukit/score/inline/rtems/score/stack.inl
@@ -23,6 +23,9 @@
#ifndef _RTEMS_SCORE_STACK_INL
#define _RTEMS_SCORE_STACK_INL
+#include <rtems/score/basedefs.h> /* RTEMS_INLINE_ROUTINE */
+#include <rtems/score/cpu.h> /* CPU_STACK_ALIGNMENT */
+
/**
* @addtogroup ScoreStack
* @{