summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m32r/cpu_asm.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_asm.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 '')
-rw-r--r--cpukit/score/cpu/m32r/cpu_asm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/score/cpu/m32r/cpu_asm.c b/cpukit/score/cpu/m32r/cpu_asm.c
index b046ad4449..79e3c32392 100644
--- a/cpukit/score/cpu/m32r/cpu_asm.c
+++ b/cpukit/score/cpu/m32r/cpu_asm.c
@@ -15,6 +15,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rtems/system.h>
#include <rtems/score/cpu.h>