summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/sysstate.h
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/include/rtems/score/sysstate.h
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/include/rtems/score/sysstate.h')
-rw-r--r--cpukit/score/include/rtems/score/sysstate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/score/include/rtems/score/sysstate.h b/cpukit/score/include/rtems/score/sysstate.h
index bb133b57a3..e7533e1be2 100644
--- a/cpukit/score/include/rtems/score/sysstate.h
+++ b/cpukit/score/include/rtems/score/sysstate.h
@@ -20,6 +20,8 @@
#ifndef _RTEMS_SCORE_SYSSTATE_H
#define _RTEMS_SCORE_SYSSTATE_H
+#include <rtems/score/basedefs.h> /* SCORE_EXTERN */
+
#ifdef __cplusplus
extern "C" {
#endif