pppd: Include <rtems/rtems*.h>

Prepare for header file move to common include directory.

Update #3254.
This commit is contained in:
Sebastian Huber
2017-12-13 08:33:25 +01:00
parent 9589755f77
commit 5346fa875c
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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 */