summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/no_cpu/cpu.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:02:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:02:26 +0000
commitfe31ab22d2cdfa02ea64b671347e0a31133f1ba5 (patch)
treee4d1948b838fd8e27060b808f8e3b9cecb57c352 /cpukit/score/cpu/no_cpu/cpu.c
parent2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-fe31ab22d2cdfa02ea64b671347e0a31133f1ba5.tar.bz2
2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c, cpu_asm.c: Add include of config.h
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/no_cpu/cpu.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/score/cpu/no_cpu/cpu.c b/cpukit/score/cpu/no_cpu/cpu.c
index 1a9a456bbd..86d8852ff3 100644
--- a/cpukit/score/cpu/no_cpu/cpu.c
+++ b/cpukit/score/cpu/no_cpu/cpu.c
@@ -12,6 +12,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rtems/system.h>
#include <rtems/score/isr.h>
#include <rtems/score/wkspace.h>