summaryrefslogtreecommitdiffstats
path: root/testsuites/support/include
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-21 13:12:31 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-22 07:29:26 +0200
commitede1a4182df68b1191b8ef2031f7a1f14813b525 (patch)
treead65a287510a97a23c0d704491a4c318d545fe2b /testsuites/support/include
parentRename and move RTEMS_PRINTF_ATTRIBUTE() (diff)
downloadrtems-ede1a4182df68b1191b8ef2031f7a1f14813b525.tar.bz2
Make rtems/print.h independent of rtems/bspIo.h
Diffstat (limited to 'testsuites/support/include')
-rw-r--r--testsuites/support/include/buffer_test_io.h1
1 files changed, 1 insertions, 0 deletions
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 <rtems/bspIo.h>
#include <rtems/test.h>
#ifdef __cplusplus