summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-03-27 17:02:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-03-27 17:02:30 +0000
commited92e2811415b0b227063ddae693bef9e28fdba9 (patch)
tree839b71241859f7bf1fa6f31834ef7622af536d73 /cpukit/pppd
parentRegenerate. (diff)
downloadrtems-ed92e2811415b0b227063ddae693bef9e28fdba9.tar.bz2
Include <net/ppp_comp.h> instead of <net/ppp-comp.h>.
Diffstat (limited to 'cpukit/pppd')
-rw-r--r--cpukit/pppd/ccp.c2
-rw-r--r--cpukit/pppd/options.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/pppd/ccp.c b/cpukit/pppd/ccp.c
index 9087dcad27..5af17e03ea 100644
--- a/cpukit/pppd/ccp.c
+++ b/cpukit/pppd/ccp.c
@@ -33,7 +33,7 @@
#include "pppd.h"
#include "fsm.h"
#include "ccp.h"
-#include <net/ppp-comp.h>
+#include <net/ppp_comp.h>
static const char rcsid[] = RCSID;
diff --git a/cpukit/pppd/options.c b/cpukit/pppd/options.c
index 487e389992..78eff3ef57 100644
--- a/cpukit/pppd/options.c
+++ b/cpukit/pppd/options.c
@@ -51,7 +51,7 @@
#include "chap.h"
#include "ccp.h"
-#include <net/ppp-comp.h>
+#include <net/ppp_comp.h>
static const char rcsid[] = RCSID;