diff options
Diffstat (limited to 'sys/net/if.c')
-rw-r--r-- | sys/net/if.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if.c b/sys/net/if.c index 1bcb1d8..b1f7087 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if.c 8.3 (Berkeley) 1/4/94 - * $Id$ + * $Id: if.c,v 1.45 1997/02/14 15:30:54 wollman Exp $ */ #include <sys/param.h> @@ -43,7 +43,7 @@ #include <sys/socketvar.h> #include <sys/protosw.h> #include <sys/kernel.h> -#include <sys/ioctl.h> +#include <sys/sockio.h> #include <sys/errno.h> #include <sys/syslog.h> #include <sys/sysctl.h> |