From d0c64050ecf14fafcf76bf678785ee6638746281 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 20 Oct 2004 08:30:22 +0000 Subject: [PATCH] 2004-10-20 Ralf Corsepius PR 696/bsps * cpu.c: Include bsp.h. --- .../powerpc/support/old_exception_processing/ChangeLog | 5 +++++ .../libbsp/powerpc/support/old_exception_processing/cpu.c | 1 + 2 files changed, 6 insertions(+) diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog b/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog index fc98a93057..0f7876a68a 100644 --- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog +++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog @@ -1,3 +1,8 @@ +2004-10-20 Ralf Corsepius + + PR 696/bsps + * cpu.c: Include bsp.h. + 2003-09-04 Joel Sherrill * cpu.c, cpu_asm.S: URL for license changed. diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu.c b/c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu.c index 6f264ff278..c72429f816 100644 --- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu.c +++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu.c @@ -28,6 +28,7 @@ * $Id$ */ +#include #include #include #include