summaryrefslogtreecommitdiff
path: root/cpukit
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
parentf3f8aa5b9bc4da82a71fc4c12a35a67838a13e1b (diff)
libtest: Include missing header file
This fixes the build if RTEMS_PROFILING is enabled.
Diffstat (limited to 'cpukit')
-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>