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 /sbin/ifconfig | |
parent | e9eee4f4075fde5691b87c6d72f173e550b0fb4c (diff) | |
download | FreeBSD-src-5972643f58355298ad5382ed2e5cf054930f6927.zip FreeBSD-src-5972643f58355298ad5382ed2e5cf054930f6927.tar.gz |
Update to match changes in <net/if.h>.
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/ifconfig.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 0bd94ea..0a1bc90 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94"; */ static const char rcsid[] = - "$Id: ifconfig.c,v 1.20 1996/11/21 19:36:09 wollman Exp $"; + "$Id: ifconfig.c,v 1.21 1996/12/10 17:07:17 wollman Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -52,6 +52,7 @@ static const char rcsid[] = #include <sys/time.h> #include <net/if.h> +#include <net/if_var.h> #include <net/if_dl.h> #include <net/if_types.h> #include <net/route.h> |