summaryrefslogtreecommitdiffstats
path: root/cpukit/libtest
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-10-02 07:31:20 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-10-02 07:31:20 +0200
commita1fc6555a64f48a2076b4735223f6921bdc85c06 (patch)
tree8cbec2732b2c2450524b720beab158b3bb8670eb /cpukit/libtest
parentcpukit/aarch64: Resolve warnings with ILP32 ABI (diff)
downloadrtems-a1fc6555a64f48a2076b4735223f6921bdc85c06.tar.bz2
libtest: Include missing header file
This fixes the build if RTEMS_PROFILING is enabled.
Diffstat (limited to 'cpukit/libtest')
-rw-r--r--cpukit/libtest/testextension.c1
1 files changed, 1 insertions, 0 deletions
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>