summaryrefslogtreecommitdiffstats
path: root/testsuites/pppd/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/pppd/init.c')
-rw-r--r--testsuites/pppd/init.c4
1 files changed, 3 insertions, 1 deletions
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)