summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/mathl/init.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/libtests/mathl/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/mathl/init.c b/testsuites/libtests/mathl/init.c
index af5eb9b4a5..fb390bb2c2 100644
--- a/testsuites/libtests/mathl/init.c
+++ b/testsuites/libtests/mathl/init.c
@@ -24,7 +24,7 @@
#if __rtems__
#include <bsp.h> /* for device driver prototypes */
-#include <rtems/test.h>
+#include <rtems/test-info.h>
const char rtems_test_name[] = "MATHL";
#endif