From 637df35f96d8023056369fcf2c9943419f1a1b74 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 12 Jul 1995 19:47:25 +0000 Subject: Ada95, gnat, go32 --- testsuites/mptests/mp12/init.c | 2 +- testsuites/sptests/spsize/size.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuites') diff --git a/testsuites/mptests/mp12/init.c b/testsuites/mptests/mp12/init.c index 8ef9552174..ed56e192ae 100644 --- a/testsuites/mptests/mp12/init.c +++ b/testsuites/mptests/mp12/init.c @@ -33,7 +33,7 @@ #include "conftbl.h" #include "gvar.h" -rtems_unsigned8 Partition_area[ 1024 ]; +rtems_unsigned8 Partition_area[ 1024 ] CPU_STRUCTURE_ALIGNMENT; rtems_task Init( rtems_task_argument argument diff --git a/testsuites/sptests/spsize/size.c b/testsuites/sptests/spsize/size.c index 1228617dc9..54d70a5ab6 100644 --- a/testsuites/sptests/spsize/size.c +++ b/testsuites/sptests/spsize/size.c @@ -14,8 +14,6 @@ * $Id$ */ -#include - #include #include #include @@ -47,6 +45,8 @@ #include #include +#include + /* These are always defined by the executive. * * #include -- cgit v1.2.3