summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/samples/pppd/init.c2
-rw-r--r--testsuites/samples/pppd/pppdapp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/samples/pppd/init.c b/testsuites/samples/pppd/init.c
index f35d195bf2..0e534e03d2 100644
--- a/testsuites/samples/pppd/init.c
+++ b/testsuites/samples/pppd/init.c
@@ -3,7 +3,7 @@
#include <stdlib.h>
#include <string.h>
#include <rtems/rtems_bsdnet.h>
-#include <rtemspppd.h>
+#include <rtems/rtemspppd.h>
#define CONFIGURE_INIT
#include "system.h"
diff --git a/testsuites/samples/pppd/pppdapp.c b/testsuites/samples/pppd/pppdapp.c
index 59e5029088..1c75f1de80 100644
--- a/testsuites/samples/pppd/pppdapp.c
+++ b/testsuites/samples/pppd/pppdapp.c
@@ -1,6 +1,6 @@
#include <stdio.h>
-#include <rtemspppd.h>
+#include <rtems/rtemspppd.h>
#include "system.h"