diff options
Diffstat (limited to 'usr.bin/netstat/inet6.c')
-rw-r--r-- | usr.bin/netstat/inet6.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/netstat/inet6.c b/usr.bin/netstat/inet6.c index 65db5029a48..4226027f161 100644 --- a/usr.bin/netstat/inet6.c +++ b/usr.bin/netstat/inet6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inet6.c,v 1.36 2007/12/19 01:47:00 deraadt Exp $ */ +/* $OpenBSD: inet6.c,v 1.37 2009/02/07 15:06:04 chl Exp $ */ /* BSDI inet.c,v 2.3 1995/10/24 02:19:29 prb Exp */ /* * Copyright (c) 1983, 1988, 1993 @@ -58,10 +58,11 @@ #endif #include <netdb.h> +#include <err.h> +#include <errno.h> #include <stdio.h> #include <string.h> #include <unistd.h> -#include <errno.h> #include "netstat.h" struct socket sockb; |