summaryrefslogtreecommitdiffstats
path: root/sbin/slattach
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-12-10 21:25:42 +0000
committerwollman <wollman@FreeBSD.org>1996-12-10 21:25:42 +0000
commitaf7727cb9658887f5b14a057886b8a9f17bf1d16 (patch)
tree1802594ccd460af6e8710e6767d909ac3b4bb8c8 /sbin/slattach
parent944eee9c6bcea962bfaab5753ca059edaf4e87a5 (diff)
downloadFreeBSD-src-af7727cb9658887f5b14a057886b8a9f17bf1d16.zip
FreeBSD-src-af7727cb9658887f5b14a057886b8a9f17bf1d16.tar.gz
Fix if.h lossage. I could have sworn I already fixed this one.
Diffstat (limited to 'sbin/slattach')
-rw-r--r--sbin/slattach/slattach.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/slattach/slattach.c b/sbin/slattach/slattach.c
index b500a4b..9ab7b31 100644
--- a/sbin/slattach/slattach.c
+++ b/sbin/slattach/slattach.c
@@ -42,13 +42,14 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)slattach.c 4.6 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id$";
+static char rcsid[] = "$Id: slattach.c,v 1.21 1996/12/10 17:07:44 wollman Exp $";
#endif /* not lint */
#include <sys/param.h>
+#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
-#include <sys/types.h>
+#include <sys/time.h>
#include <fcntl.h>
#include <netdb.h>
OpenPOWER on IntegriCloud