[rtems commit] testsupport: Include missing <rtems/bspIo.h>

Sebastian Huber sebh at rtems.org
Mon Dec 3 12:35:03 UTC 2018


Module:    rtems
Branch:    master
Commit:    577d9a59f0003156286ac640d02fc56ebda6e385
Changeset: http://git.rtems.org/rtems/commit/?id=577d9a59f0003156286ac640d02fc56ebda6e385

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Dec  3 13:34:28 2018 +0100

testsupport: Include missing <rtems/bspIo.h>

---

 cpukit/libmisc/testsupport/testextension.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpukit/libmisc/testsupport/testextension.c b/cpukit/libmisc/testsupport/testextension.c
index afb87e9..be47597 100644
--- a/cpukit/libmisc/testsupport/testextension.c
+++ b/cpukit/libmisc/testsupport/testextension.c
@@ -18,6 +18,7 @@
 
 #include <rtems/test.h>
 #include <rtems/profiling.h>
+#include <rtems/bspIo.h>
 
 #if defined(RTEMS_PROFILING)
 static bool report_done;




More information about the vc mailing list