summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl02/dl-o2.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/dl02/dl-o2.c')
-rw-r--r--testsuites/libtests/dl02/dl-o2.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuites/libtests/dl02/dl-o2.c b/testsuites/libtests/dl02/dl-o2.c
index 43a337a1c0..4c1a918dea 100644
--- a/testsuites/libtests/dl02/dl-o2.c
+++ b/testsuites/libtests/dl02/dl-o2.c
@@ -6,10 +6,12 @@
* http://www.rtems.org/license/LICENSE.
*/
-#include <stdio.h>
-
#include "dl-o2.h"
+#include <rtems/test.h>
+
+#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);
+
int dl_o2_func1 (int argc, char* argv[])
{
int arg;