[rtems commit] libtest: Include missing header file

Sebastian Huber sebh at rtems.org
Mon Oct 2 05:06:44 UTC 2023


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Oct  2 07:31:20 2023 +0200

libtest: Include missing header file

This fixes the build if RTEMS_PROFILING is enabled.

---

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

diff --git a/cpukit/libtest/testextension.c b/cpukit/libtest/testextension.c
index bba6a53a75..483c13ca85 100644
--- a/cpukit/libtest/testextension.c
+++ b/cpukit/libtest/testextension.c
@@ -30,6 +30,7 @@
 #endif
 
 #include <rtems/test-info.h>
+#include <rtems/test-printer.h>
 #include <rtems/profiling.h>
 #include <rtems/bspIo.h>
 



More information about the vc mailing list