From ede1a4182df68b1191b8ef2031f7a1f14813b525 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 21 Jun 2016 13:12:31 +0200 Subject: Make rtems/print.h independent of rtems/bspIo.h --- testsuites/libtests/block08/bdbuf_tests.h | 1 + testsuites/samples/cdtest/main.cc | 1 + testsuites/sptests/spprintk/init.c | 1 - testsuites/support/include/buffer_test_io.h | 1 + 4 files changed, 3 insertions(+), 1 deletion(-) (limited to 'testsuites') diff --git a/testsuites/libtests/block08/bdbuf_tests.h b/testsuites/libtests/block08/bdbuf_tests.h index 1a0703ffc9..b5d59673d1 100644 --- a/testsuites/libtests/block08/bdbuf_tests.h +++ b/testsuites/libtests/block08/bdbuf_tests.h @@ -16,6 +16,7 @@ #include #include #include +#include #include #include diff --git a/testsuites/samples/cdtest/main.cc b/testsuites/samples/cdtest/main.cc index 4274f65721..8aea62f495 100644 --- a/testsuites/samples/cdtest/main.cc +++ b/testsuites/samples/cdtest/main.cc @@ -23,6 +23,7 @@ */ #include +#include #include #include diff --git a/testsuites/sptests/spprintk/init.c b/testsuites/sptests/spprintk/init.c index 55e132d526..0f5c2a7e24 100644 --- a/testsuites/sptests/spprintk/init.c +++ b/testsuites/sptests/spprintk/init.c @@ -24,7 +24,6 @@ #define TESTS_USE_PRINTK #include -#include const char rtems_test_name[] = "SPPRINTK"; diff --git a/testsuites/support/include/buffer_test_io.h b/testsuites/support/include/buffer_test_io.h index 0ae3909d4d..ac73352768 100644 --- a/testsuites/support/include/buffer_test_io.h +++ b/testsuites/support/include/buffer_test_io.h @@ -5,6 +5,7 @@ #ifndef __BUFFER_TEST_IO_h #define __BUFFER_TEST_IO_h +#include #include #ifdef __cplusplus -- cgit v1.2.3