summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl01/dl01-o1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/dl01/dl01-o1.c')
-rw-r--r--testsuites/libtests/dl01/dl01-o1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/dl01/dl01-o1.c b/testsuites/libtests/dl01/dl01-o1.c
index ade4d5744d..9350235d85 100644
--- a/testsuites/libtests/dl01/dl01-o1.c
+++ b/testsuites/libtests/dl01/dl01-o1.c
@@ -29,7 +29,7 @@
* Hello World as a loadable module.
*/
-#include <rtems/test-info.h>
+#include <rtems/test-printer.h>
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);