summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-13 08:33:25 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-13 09:04:28 +0100
commit5346fa875cda3109ec48bcc04522c9cf21169b0d (patch)
treec2783d473b3ed81bae50863cdf57958eba76cd29 /cpukit/pppd
parentmghttpd: Include <mghttpd/mongoose.h> (diff)
downloadrtems-5346fa875cda3109ec48bcc04522c9cf21169b0d.tar.bz2
pppd: Include <rtems/rtems*.h>
Prepare for header file move to common include directory. Update #3254.
Diffstat (limited to 'cpukit/pppd')
-rw-r--r--cpukit/pppd/rtemsmain.c2
-rw-r--r--cpukit/pppd/rtemspppd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/pppd/rtemsmain.c b/cpukit/pppd/rtemsmain.c
index f5cddec66a..71cf94f297 100644
--- a/cpukit/pppd/rtemsmain.c
+++ b/cpukit/pppd/rtemsmain.c
@@ -53,7 +53,7 @@
#include "ccp.h"
#include "pathnames.h"
#include "patchlevel.h"
-#include "rtemsdialer.h"
+#include <rtems/rtemsdialer.h>
#ifdef CBCP_SUPPORT
#include "cbcp.h"
diff --git a/cpukit/pppd/rtemspppd.c b/cpukit/pppd/rtemspppd.c
index 64e4284125..3d11638fdf 100644
--- a/cpukit/pppd/rtemspppd.c
+++ b/cpukit/pppd/rtemspppd.c
@@ -13,7 +13,7 @@
#include <rtems.h>
#include <rtems/rtems_bsdnet.h>
#include "pppd.h"
-#include "rtemspppd.h"
+#include <rtems/rtemspppd.h>
/* define pppd function prototypes */