diff --git a/c/src/librdbg/ChangeLog b/c/src/librdbg/ChangeLog index ef2b5efe0f..6e5415a6d6 100644 --- a/c/src/librdbg/ChangeLog +++ b/c/src/librdbg/ChangeLog @@ -1,3 +1,8 @@ +2001-04-19 Joel Sherrill + + * src/powerpc/rdbg_f.c: Always include instead of + internal include files. + 2002-04-18 Ralf Corsepius * src/powerpc/rdbg_cpu_asm.S: Reflect changes to diff --git a/c/src/librdbg/src/powerpc/rdbg_f.c b/c/src/librdbg/src/powerpc/rdbg_f.c index f0131e91d8..b7a1b39193 100644 --- a/c/src/librdbg/src/powerpc/rdbg_f.c +++ b/c/src/librdbg/src/powerpc/rdbg_f.c @@ -10,13 +10,12 @@ ************************************************************************** */ -#include +#include #include #include #include #include #include -#include void CtxToRegs (const CPU_Exception_frame * ctx, xdr_regs * regs)