From 866a6fc0130636d9541fffde080997831b62daeb Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 23 Oct 2014 14:31:15 +0200 Subject: [PATCH] bsps/sparc: Include right header file --- c/src/lib/libbsp/sparc/leon3/startup/bsp_fatal_halt.c | 2 +- c/src/lib/libbsp/sparc/shared/startup/bsp_fatal_halt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c/src/lib/libbsp/sparc/leon3/startup/bsp_fatal_halt.c b/c/src/lib/libbsp/sparc/leon3/startup/bsp_fatal_halt.c index 2f4bd3af33..fa907a3363 100644 --- a/c/src/lib/libbsp/sparc/leon3/startup/bsp_fatal_halt.c +++ b/c/src/lib/libbsp/sparc/leon3/startup/bsp_fatal_halt.c @@ -11,8 +11,8 @@ * http://www.rtems.org/license/LICENSE. */ +#include #include -#include #ifdef BSP_POWER_DOWN_AT_FATAL_HALT diff --git a/c/src/lib/libbsp/sparc/shared/startup/bsp_fatal_halt.c b/c/src/lib/libbsp/sparc/shared/startup/bsp_fatal_halt.c index 2cc7b6d836..f32ddaafc0 100644 --- a/c/src/lib/libbsp/sparc/shared/startup/bsp_fatal_halt.c +++ b/c/src/lib/libbsp/sparc/shared/startup/bsp_fatal_halt.c @@ -11,7 +11,7 @@ * http://www.rtems.org/license/LICENSE. */ -#include +#include #ifdef BSP_POWER_DOWN_AT_FATAL_HALT