summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl01/dl01-o1.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 a47beb1d51..70fa2d3be8 100644
--- a/testsuites/libtests/dl01/dl01-o1.c
+++ b/testsuites/libtests/dl01/dl01-o1.c
@@ -10,7 +10,7 @@
* Hello World as a loadable module.
*/
-#include <rtems/test.h>
+#include <rtems/test-info.h>
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);