summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sh/context.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:02:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:02:35 +0000
commitf086af89dde02bde450ccf8a8c127bae3cefc2a1 (patch)
tree58a0fea73a4e0eb2200831ca0cd6993530537cd8 /cpukit/score/cpu/sh/context.c
parent2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-f086af89dde02bde450ccf8a8c127bae3cefc2a1.tar.bz2
2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* context.c, cpu.c: Add include of config.h
Diffstat (limited to 'cpukit/score/cpu/sh/context.c')
-rw-r--r--cpukit/score/cpu/sh/context.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/score/cpu/sh/context.c b/cpukit/score/cpu/sh/context.c
index 2626642fc0..87ab81e46a 100644
--- a/cpukit/score/cpu/sh/context.c
+++ b/cpukit/score/cpu/sh/context.c
@@ -18,6 +18,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rtems/system.h>
#include <rtems/score/cpu.h>
#include <rtems/score/isr.h>