summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/loopback/init.c1
-rw-r--r--testsuites/pppd/init.c4
2 files changed, 4 insertions, 1 deletions
diff --git a/testsuites/loopback/init.c b/testsuites/loopback/init.c
index 891225c..d2aafcc 100644
--- a/testsuites/loopback/init.c
+++ b/testsuites/loopback/init.c
@@ -8,6 +8,7 @@
#include "config.h"
#endif
+#include <rtems/test-printer.h>
#include <tmacros.h>
const char rtems_test_name[] = "LOOPBACK";
diff --git a/testsuites/pppd/init.c b/testsuites/pppd/init.c
index 95e0d53..12a57e0 100644
--- a/testsuites/pppd/init.c
+++ b/testsuites/pppd/init.c
@@ -21,9 +21,11 @@
#include <rtems/rtems_bsdnet.h>
#include <rtems/rtemspppd.h>
#include <rtems/shell.h>
-#include "netconfig.h"
+#include <rtems/test-printer.h>
#include <tmacros.h>
+#include "netconfig.h"
+
const char rtems_test_name[] = "PPPD";
static void notification(int fd, int seconds_remaining, void *arg)