summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/rtemspppd.c
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/rtemspppd.c
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 '')
-rw-r--r--cpukit/pppd/rtemspppd.c2
1 files changed, 1 insertions, 1 deletions
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 */