[rtems commit] pppd: Include <rtems/rtems*.h>

Sebastian Huber sebh at rtems.org
Wed Dec 13 08:10:54 UTC 2017


Module:    rtems
Branch:    master
Commit:    5346fa875cda3109ec48bcc04522c9cf21169b0d
Changeset: http://git.rtems.org/rtems/commit/?id=5346fa875cda3109ec48bcc04522c9cf21169b0d

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Dec 13 08:33:25 2017 +0100

pppd: Include <rtems/rtems*.h>

Prepare for header file move to common include directory.

Update #3254.

---

 cpukit/pppd/rtemsmain.c | 2 +-
 cpukit/pppd/rtemspppd.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpukit/pppd/rtemsmain.c b/cpukit/pppd/rtemsmain.c
index f5cddec..71cf94f 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 64e4284..3d11638 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 */



More information about the vc mailing list