summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m32r/cpu.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:02:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:02:02 +0000
commit4990792b2fcd0f234c1bdc6e449b787bdbe3e57d (patch)
tree9be9e72e9c999d983982d560f40edca17f50175d /cpukit/score/cpu/m32r/cpu.c
parent2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-4990792b2fcd0f234c1bdc6e449b787bdbe3e57d.tar.bz2
2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* context_init.c, context_switch.S, cpu.c, cpu_asm.c: Add include of config.h
Diffstat (limited to 'cpukit/score/cpu/m32r/cpu.c')
-rw-r--r--cpukit/score/cpu/m32r/cpu.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/score/cpu/m32r/cpu.c b/cpukit/score/cpu/m32r/cpu.c
index fa90835b9a..a518005ff3 100644
--- a/cpukit/score/cpu/m32r/cpu.c
+++ b/cpukit/score/cpu/m32r/cpu.c
@@ -11,6 +11,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rtems/system.h>
#include <rtems/score/isr.h>