summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m32c/varvects.S
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:01:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:01:57 +0000
commitc9f5531cc7639fd3c8ba9737890bc0c6282f840d (patch)
treef6ccae4d677f68ee1255ab1595c04ae9010605d3 /cpukit/score/cpu/m32c/varvects.S
parent2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-c9f5531cc7639fd3c8ba9737890bc0c6282f840d.tar.bz2
2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* context_init.c, context_switch.S, cpu.c, cpu_asm.c, varvects.S: Add include of config.h
Diffstat (limited to 'cpukit/score/cpu/m32c/varvects.S')
-rw-r--r--cpukit/score/cpu/m32c/varvects.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/score/cpu/m32c/varvects.S b/cpukit/score/cpu/m32c/varvects.S
index 43b924028f..c23d364cf8 100644
--- a/cpukit/score/cpu/m32c/varvects.S
+++ b/cpukit/score/cpu/m32c/varvects.S
@@ -30,6 +30,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
/* This works with varvects.h
*/