diff options
author | wollman <wollman@FreeBSD.org> | 1997-01-03 20:19:50 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1997-01-03 20:19:50 +0000 |
commit | 5972643f58355298ad5382ed2e5cf054930f6927 (patch) | |
tree | 921b9687fd07168367a910cfcaa9fef197354830 /usr.sbin/pppd/sys-bsd.c | |
parent | e9eee4f4075fde5691b87c6d72f173e550b0fb4c (diff) | |
download | FreeBSD-src-5972643f58355298ad5382ed2e5cf054930f6927.zip FreeBSD-src-5972643f58355298ad5382ed2e5cf054930f6927.tar.gz |
Update to match changes in <net/if.h>.
Diffstat (limited to 'usr.sbin/pppd/sys-bsd.c')
-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 a07bb24..d6f90b7 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> |