summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/cpu.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-06 20:05:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-06 20:05:09 +0000
commitd56918c9bdd468d53f3a92c5150142f81c7e364c (patch)
tree3dfbee5a82e5b94f9ea29739143511b79a88db99 /cpukit/score/cpu/arm/cpu.c
parent2002-01-04 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-d56918c9bdd468d53f3a92c5150142f81c7e364c.tar.bz2
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* cpu.c: Include rtems/bspIo.h instead of bspIo.h.
Diffstat (limited to 'cpukit/score/cpu/arm/cpu.c')
-rw-r--r--cpukit/score/cpu/arm/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/arm/cpu.c b/cpukit/score/cpu/arm/cpu.c
index 09caf9299e..ec2a8f5e5c 100644
--- a/cpukit/score/cpu/arm/cpu.c
+++ b/cpukit/score/cpu/arm/cpu.c
@@ -13,7 +13,7 @@
#include <rtems/system.h>
#include <rtems.h>
-#include <bspIo.h>
+#include <rtems/bspIo.h>
#include <rtems/score/isr.h>
#include <rtems/score/wkspace.h>
#include <rtems/score/thread.h>