summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuites/libtests/block06/init.c2
-rw-r--r--testsuites/libtests/block08/system.h2
-rw-r--r--testsuites/libtests/block09/init.c2
-rw-r--r--testsuites/libtests/block10/init.c2
-rw-r--r--testsuites/sptests/spheapprot/init.c2
5 files changed, 10 insertions, 0 deletions
diff --git a/testsuites/libtests/block06/init.c b/testsuites/libtests/block06/init.c
index ff309b1bad..fd6656cca4 100644
--- a/testsuites/libtests/block06/init.c
+++ b/testsuites/libtests/block06/init.c
@@ -29,6 +29,8 @@
#include <rtems/error.h>
#include <rtems/bdbuf.h>
+#include <bsp.h>
+
/* forward declarations to avoid warnings */
static rtems_task Init(rtems_task_argument argument);
diff --git a/testsuites/libtests/block08/system.h b/testsuites/libtests/block08/system.h
index bd4054fc49..6965104a26 100644
--- a/testsuites/libtests/block08/system.h
+++ b/testsuites/libtests/block08/system.h
@@ -14,6 +14,8 @@
#include <rtems.h>
#include "rtems/blkdev.h"
+#include <bsp.h>
+
rtems_task Init(
rtems_task_argument argument
);
diff --git a/testsuites/libtests/block09/init.c b/testsuites/libtests/block09/init.c
index e17819f8c0..15cecc3030 100644
--- a/testsuites/libtests/block09/init.c
+++ b/testsuites/libtests/block09/init.c
@@ -31,6 +31,8 @@
#include <rtems/bdbuf.h>
#include <rtems/diskdevs.h>
+#include <bsp.h>
+
/* forward declarations to avoid warnings */
static rtems_task Init(rtems_task_argument argument);
diff --git a/testsuites/libtests/block10/init.c b/testsuites/libtests/block10/init.c
index fe8c21b75f..654357f27c 100644
--- a/testsuites/libtests/block10/init.c
+++ b/testsuites/libtests/block10/init.c
@@ -30,6 +30,8 @@
#include <rtems/bdbuf.h>
#include <rtems/diskdevs.h>
+#include <bsp.h>
+
/* forward declarations to avoid warnings */
static rtems_task Init(rtems_task_argument argument);
diff --git a/testsuites/sptests/spheapprot/init.c b/testsuites/sptests/spheapprot/init.c
index d3d92453a4..d48703faa4 100644
--- a/testsuites/sptests/spheapprot/init.c
+++ b/testsuites/sptests/spheapprot/init.c
@@ -24,6 +24,8 @@
#include <rtems.h>
+#include <bsp.h>
+
#ifdef HEAP_PROTECTION
static void test_heap_block_error(Heap_Control *heap, Heap_Block *block)
{