-/* $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 $ */
/*-
#include <sys/protosw.h>
#include <sys/mbuf.h>
#include <sys/sysctl.h>
+#include <sys/time.h>
#include <sys/un.h>
#include <sys/unpcb.h>
#define _KERNEL
-/* $OpenBSD: nfsstat.c,v 1.35 2015/10/23 08:18:30 tedu Exp $ */
+/* $OpenBSD: nfsstat.c,v 1.36 2016/08/27 04:07:42 guenther Exp $ */
/* $NetBSD: nfsstat.c,v 1.7 1996/03/03 17:21:30 thorpej Exp $ */
/*
#include <sys/types.h>
#include <sys/mount.h>
#include <sys/sysctl.h>
+#include <sys/time.h>
#include <nfs/rpcv2.h>
#include <nfs/nfsproto.h>
#include <nfs/nfs.h>
-/* $OpenBSD: display.c,v 1.50 2015/10/26 12:44:22 tedu Exp $ */
+/* $OpenBSD: display.c,v 1.51 2016/08/27 04:07:42 guenther Exp $ */
/*
* Top users/processes display for Unix
*/
#include <sys/types.h>
+#include <sys/time.h>
#include <sys/sched.h>
#include <curses.h>
#include <errno.h>
-/* $OpenBSD: common.h,v 1.8 2015/11/19 07:53:31 bentley Exp $ */
+/* $OpenBSD: common.h,v 1.9 2016/08/27 04:07:42 guenther Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
* @(#)common.h 10.13 (Berkeley) 9/25/96
*/
+#include <sys/time.h>
#include <db.h>
#include <regex.h>