From f086af89dde02bde450ccf8a8c127bae3cefc2a1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 27 Mar 2010 15:02:35 +0000 Subject: 2010-03-27 Joel Sherrill * context.c, cpu.c: Add include of config.h --- cpukit/score/cpu/sh/ChangeLog | 4 ++++ cpukit/score/cpu/sh/context.c | 4 ++++ cpukit/score/cpu/sh/cpu.c | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/cpukit/score/cpu/sh/ChangeLog b/cpukit/score/cpu/sh/ChangeLog index 45982b36fe..64b67f127f 100644 --- a/cpukit/score/cpu/sh/ChangeLog +++ b/cpukit/score/cpu/sh/ChangeLog @@ -1,3 +1,7 @@ +2010-03-27 Joel Sherrill + + * context.c, cpu.c: Add include of config.h + 2009-02-17 Joel Sherrill * rtems/score/sh.h: SH2E and SH3E have a DSP rather than an FPU. They diff --git a/cpukit/score/cpu/sh/context.c b/cpukit/score/cpu/sh/context.c index 2626642fc0..87ab81e46a 100644 --- a/cpukit/score/cpu/sh/context.c +++ b/cpukit/score/cpu/sh/context.c @@ -18,6 +18,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include diff --git a/cpukit/score/cpu/sh/cpu.c b/cpukit/score/cpu/sh/cpu.c index d93ea5635f..78d0700eee 100644 --- a/cpukit/score/cpu/sh/cpu.c +++ b/cpukit/score/cpu/sh/cpu.c @@ -22,6 +22,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include -- cgit v1.2.3