diff options
author | Brian Somers <brian@FreeBSD.org> | 1998-03-13 21:07:46 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 1998-03-13 21:07:46 +0000 |
commit | 5828db6d2dd0f1a405f9140373c37e07395466b6 (patch) | |
tree | 7e0a3309adc7623628e61aad414f5aa0fa13b3a1 /usr.sbin/ppp/pap.c | |
parent | a611cad61ddd580230399f0ef61f637a208345fb (diff) | |
download | src-5828db6d2dd0f1a405f9140373c37e07395466b6.tar.gz src-5828db6d2dd0f1a405f9140373c37e07395466b6.zip |
Notes
Diffstat (limited to 'usr.sbin/ppp/pap.c')
-rw-r--r-- | usr.sbin/ppp/pap.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ppp/pap.c b/usr.sbin/ppp/pap.c index db6930fc42f0..a8888cf94f52 100644 --- a/usr.sbin/ppp/pap.c +++ b/usr.sbin/ppp/pap.c @@ -18,7 +18,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: pap.c,v 1.20.2.15 1998/03/13 00:44:19 brian Exp $ + * $Id: pap.c,v 1.20.2.16 1998/03/13 21:07:14 brian Exp $ * * TODO: */ @@ -56,6 +56,8 @@ #include "link.h" #include "descriptor.h" #include "physical.h" +#include "iplist.h" +#include "ipcp.h" #include "bundle.h" #include "chat.h" #include "ccp.h" |