summaryrefslogtreecommitdiffstats
path: root/sbin/slattach/slattach.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1997-01-03 20:19:50 +0000
committerwollman <wollman@FreeBSD.org>1997-01-03 20:19:50 +0000
commit5972643f58355298ad5382ed2e5cf054930f6927 (patch)
tree921b9687fd07168367a910cfcaa9fef197354830 /sbin/slattach/slattach.c
parente9eee4f4075fde5691b87c6d72f173e550b0fb4c (diff)
downloadFreeBSD-src-5972643f58355298ad5382ed2e5cf054930f6927.zip
FreeBSD-src-5972643f58355298ad5382ed2e5cf054930f6927.tar.gz
Update to match changes in <net/if.h>.
Diffstat (limited to 'sbin/slattach/slattach.c')
-rw-r--r--sbin/slattach/slattach.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/slattach/slattach.c b/sbin/slattach/slattach.c
index 9ab7b31..dcbdcd2 100644
--- a/sbin/slattach/slattach.c
+++ b/sbin/slattach/slattach.c
@@ -42,7 +42,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)slattach.c 4.6 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: slattach.c,v 1.21 1996/12/10 17:07:44 wollman Exp $";
+static char rcsid[] = "$Id: slattach.c,v 1.22 1996/12/10 21:25:42 wollman Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -64,6 +64,7 @@ static char rcsid[] = "$Id: slattach.c,v 1.21 1996/12/10 17:07:44 wollman Exp $"
#include <netinet/in.h>
#include <net/if.h>
+#include <net/if_var.h>
#include <net/slip.h>
#include <net/if_slvar.h>
OpenPOWER on IntegriCloud