diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 1997-01-03 20:19:50 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 1997-01-03 20:19:50 +0000 |
commit | 702a1d0148d33e08908c8bb8822dd65d9ffb6d7e (patch) | |
tree | 921b9687fd07168367a910cfcaa9fef197354830 /usr.sbin/pppd | |
parent | 8766942543577317616764f8758dea3d27e1f1b8 (diff) | |
download | src-702a1d0148d33e08908c8bb8822dd65d9ffb6d7e.tar.gz src-702a1d0148d33e08908c8bb8822dd65d9ffb6d7e.zip |
Notes
Diffstat (limited to 'usr.sbin/pppd')
-rw-r--r-- | usr.sbin/pppd/sys-bsd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pppd/sys-bsd.c b/usr.sbin/pppd/sys-bsd.c index a07bb24a7c06..d6f90b7e2582 100644 --- a/usr.sbin/pppd/sys-bsd.c +++ b/usr.sbin/pppd/sys-bsd.c @@ -19,7 +19,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: sys-bsd.c,v 1.6 1996/03/01 19:29:44 phk Exp $"; +static char rcsid[] = "$Id: sys-bsd.c,v 1.7 1996/08/13 09:16:49 peter Exp $"; #endif /* @@ -41,6 +41,7 @@ static char rcsid[] = "$Id: sys-bsd.c,v 1.6 1996/03/01 19:29:44 phk Exp $"; #include <sys/stat.h> #include <net/if.h> +#include <net/if_var.h> #include <net/ppp_defs.h> #include <net/if_ppp.h> #include <net/route.h> |