From 5bc099a9f82e63af38ae951e524c915ca1004813 Mon Sep 17 00:00:00 2001 From: guenther Date: Sat, 27 Aug 2016 04:07:42 +0000 Subject: Pull in for struct timespec and timeval ok deraadt@ --- usr.bin/netstat/unix.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/netstat/unix.c') diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c index 2bb4c2c0d0a..4888469441d 100644 --- a/usr.bin/netstat/unix.c +++ b/usr.bin/netstat/unix.c @@ -1,4 +1,4 @@ -/* $OpenBSD: unix.c,v 1.28 2015/08/24 15:55:53 bluhm Exp $ */ +/* $OpenBSD: unix.c,v 1.29 2016/08/27 04:07:42 guenther Exp $ */ /* $NetBSD: unix.c,v 1.13 1995/10/03 21:42:48 thorpej Exp $ */ /*- @@ -38,6 +38,7 @@ #include #include #include +#include #include #include #define _KERNEL -- cgit v1.2.3-59-g8ed1b