diff options
| author | Brian Somers <brian@FreeBSD.org> | 2001-08-14 16:05:52 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2001-08-14 16:05:52 +0000 |
| commit | 30949fd4b52d91188c23cb2ca0d130d89bb1678c (patch) | |
| tree | b09d46345a558a45e66b435c4386d76cf53405d3 /usr.sbin/ppp/auth.c | |
| parent | 135047c346cac167948b8cbbe9529d74ef0b7dad (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/auth.c')
| -rw-r--r-- | usr.sbin/ppp/auth.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/ppp/auth.c b/usr.sbin/ppp/auth.c index cc1e5c55f9d7..4b440b7bdf4d 100644 --- a/usr.sbin/ppp/auth.c +++ b/usr.sbin/ppp/auth.c @@ -32,6 +32,7 @@ #include <netinet/in.h> #include <netinet/in_systm.h> #include <netinet/ip.h> +#include <sys/socket.h> #include <sys/un.h> #include <pwd.h> @@ -51,6 +52,8 @@ #include "slcompress.h" #include "lqr.h" #include "hdlc.h" +#include "ncpaddr.h" +#include "ip.h" #include "ipcp.h" #include "auth.h" #include "systems.h" @@ -70,6 +73,8 @@ #include "async.h" #include "physical.h" #include "datalink.h" +#include "ipv6cp.h" +#include "ncp.h" #include "bundle.h" const char * |
