summaryrefslogtreecommitdiffstats
path: root/testsuites/benchmarks/linpack/linpack-pc.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/benchmarks/linpack/linpack-pc.c')
-rw-r--r--testsuites/benchmarks/linpack/linpack-pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/benchmarks/linpack/linpack-pc.c b/testsuites/benchmarks/linpack/linpack-pc.c
index 1fef18eb96..5f00df1d7c 100644
--- a/testsuites/benchmarks/linpack/linpack-pc.c
+++ b/testsuites/benchmarks/linpack/linpack-pc.c
@@ -224,7 +224,7 @@
#include <math.h>
#include <stdlib.h>
#ifdef __rtems__
-#include <tmacros.h>
+#include <rtems/test-printer.h>
#undef print_time
#define fprintf(f, ...) rtems_printf(&rtems_test_printer, __VA_ARGS__)
#endif /* __rtems__ */