From a1e5d91c818d0881293c3c9e7d549816d34f6c77 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 5 Oct 2023 09:11:59 +1100 Subject: tests: Add header for RTEMS test printer --- testsuites/loopback/init.c | 1 + testsuites/pppd/init.c | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'testsuites') 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 #include 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 #include #include -#include "netconfig.h" +#include #include +#include "netconfig.h" + const char rtems_test_name[] = "PPPD"; static void notification(int fd, int seconds_remaining, void *arg) -- cgit v1.2.3