summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/cpu.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:02:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:02:31 +0000
commit8eff201acfc0dd763310393021f90f572ffc44b4 (patch)
tree91f80a2e891aa3c071e842054555b5e3921e0200 /cpukit/score/cpu/powerpc/cpu.c
parent2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-8eff201acfc0dd763310393021f90f572ffc44b4.tar.bz2
2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c: Add include of config.h
Diffstat (limited to 'cpukit/score/cpu/powerpc/cpu.c')
-rw-r--r--cpukit/score/cpu/powerpc/cpu.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/score/cpu/powerpc/cpu.c b/cpukit/score/cpu/powerpc/cpu.c
index 0004ed57cf..108a7ce45d 100644
--- a/cpukit/score/cpu/powerpc/cpu.c
+++ b/cpukit/score/cpu/powerpc/cpu.c
@@ -10,3 +10,8 @@
* For now, this file is just a stub to work around
* structural deficiencies of the powerpc port.
*/
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+