From 0c3edbf0cf9a9a2a67cbb15f8f960b39eb4eda77 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 25 Jul 2013 10:46:15 +0200 Subject: Include missing --- c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_hdl.c | 6 +++--- c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_print.c | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libcpu/powerpc') diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_hdl.c b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_hdl.c index 228c030f16..daae4e2959 100644 --- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_hdl.c +++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_hdl.c @@ -8,11 +8,11 @@ * http://www.rtems.com/license/LICENSE. */ -#include -#include - #include +#include +#include + /* Provide temp. storage space for a few registers. * This is used by the assembly code prior to setting up * the stack. diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_print.c b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_print.c index 6172ab650d..666685b519 100644 --- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_print.c +++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_print.c @@ -19,6 +19,8 @@ #include +#include + #ifndef __SPE__ #define GET_GPR(gpr) (gpr) #else -- cgit v1.2.3