summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/cpu.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:01:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:01:19 +0000
commit0acc9af3429d0c6300951436ff32851ceb5a92a9 (patch)
tree5408abfb96b8e037949fbbebd06451a4e280172f /cpukit/score/cpu/arm/cpu.c
parentremoved warnings (diff)
downloadrtems-0acc9af3429d0c6300951436ff32851ceb5a92a9.tar.bz2
2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* arm_exc_abort.S, arm_exc_handler_high.c, arm_exc_handler_low.S, arm_exc_interrupt.S, cpu.c, cpu_asm.S: Add include of config.h
Diffstat (limited to 'cpukit/score/cpu/arm/cpu.c')
-rw-r--r--cpukit/score/cpu/arm/cpu.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/score/cpu/arm/cpu.c b/cpukit/score/cpu/arm/cpu.c
index 53b42c3748..3ad6207b2f 100644
--- a/cpukit/score/cpu/arm/cpu.c
+++ b/cpukit/score/cpu/arm/cpu.c
@@ -22,6 +22,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rtems/system.h>
#include <rtems.h>
#include <rtems/bspIo.h>