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