From 18ff88962458f9b0aa1150a4cfc89ac5bdd622e7 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 14 Mar 2016 10:11:38 +0100 Subject: score: Use ISR lock for IO driver registration Create implementation header file. Update #2555. --- testsuites/sptests/sp40/init.c | 2 ++ testsuites/sptests/spsysinit01/init.c | 1 + 2 files changed, 3 insertions(+) (limited to 'testsuites/sptests') diff --git a/testsuites/sptests/sp40/init.c b/testsuites/sptests/sp40/init.c index d3b547bbbe..44e8d45a03 100644 --- a/testsuites/sptests/sp40/init.c +++ b/testsuites/sptests/sp40/init.c @@ -17,6 +17,8 @@ #include +#include + const char rtems_test_name[] = "SP 40"; /* forward declarations to avoid warnings */ diff --git a/testsuites/sptests/spsysinit01/init.c b/testsuites/sptests/spsysinit01/init.c index 60e3747bc3..f89ade6487 100644 --- a/testsuites/sptests/spsysinit01/init.c +++ b/testsuites/sptests/spsysinit01/init.c @@ -26,6 +26,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3