=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/if.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- src/usr.bin/netstat/if.c 1997/06/29 20:52:39 1.12 +++ src/usr.bin/netstat/if.c 1997/06/29 21:46:00 1.13 @@ -1,4 +1,4 @@ -/* $OpenBSD: if.c,v 1.12 1997/06/29 20:52:39 millert Exp $ */ +/* $OpenBSD: if.c,v 1.13 1997/06/29 21:46:00 millert Exp $ */ /* $NetBSD: if.c,v 1.16.4.2 1996/06/07 21:46:46 thorpej Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "from: @(#)if.c 8.2 (Berkeley) 2/21/94"; #else -static char *rcsid = "$OpenBSD: if.c,v 1.12 1997/06/29 20:52:39 millert Exp $"; +static char *rcsid = "$OpenBSD: if.c,v 1.13 1997/06/29 21:46:00 millert Exp $"; #endif #endif /* not lint */ @@ -60,6 +60,7 @@ #include #include +#include #include #include #include