-/* $OpenBSD: kgmon.c,v 1.23 2015/11/16 17:29:43 deraadt Exp $ */
+/* $OpenBSD: kgmon.c,v 1.24 2016/08/27 01:50:07 guenther Exp $ */
/*
* Copyright (c) 1983, 1992, 1993
#include <sys/file.h>
#include <sys/sysctl.h>
+#include <sys/time.h>
#include <sys/gmon.h>
#include <errno.h>
#include <err.h>
-/* $OpenBSD: sensors.c,v 1.50 2015/05/20 13:32:39 reyk Exp $ */
+/* $OpenBSD: sensors.c,v 1.51 2016/08/27 01:50:07 guenther Exp $ */
/*
* Copyright (c) 2006 Henning Brauer <henning@openbsd.org>
#include <sys/types.h>
#include <sys/queue.h>
+#include <sys/time.h>
#include <sys/sensors.h>
#include <sys/sysctl.h>
#include <sys/device.h>
-/* $OpenBSD: utils.c,v 1.15 2016/05/29 02:19:02 guenther Exp $ */
+/* $OpenBSD: utils.c,v 1.16 2016/08/27 01:50:07 guenther Exp $ */
/* $NetBSD: utils.c,v 1.5.2.1 1995/11/14 08:45:46 thorpej Exp $ */
/*
* Author: Jeff Forys, University of Utah CSS
*/
+#include <sys/time.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-/* $OpenBSD: sensorsd.c,v 1.59 2015/12/12 20:04:23 mmcc Exp $ */
+/* $OpenBSD: sensorsd.c,v 1.60 2016/08/27 01:50:07 guenther Exp $ */
/*
* Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
#include <sys/types.h>
#include <sys/sysctl.h>
#include <sys/queue.h>
+#include <sys/time.h>
#include <sys/sensors.h>
#include <err.h>
-/* $OpenBSD: timer.c,v 1.4 2015/01/16 00:05:13 deraadt Exp $ */
+/* $OpenBSD: timer.c,v 1.5 2016/08/27 01:50:07 guenther Exp $ */
/*
* Copyright (c) 2008 Reyk Floeter <reyk@openbsd.org>
#include <sys/queue.h>
#include <sys/types.h>
+#include <sys/time.h>
#include <sys/sched.h>
#include <sys/socket.h>
#include <sys/sysctl.h>
-/* $OpenBSD: trpt.c,v 1.32 2015/11/20 15:52:57 deraadt Exp $ */
+/* $OpenBSD: trpt.c,v 1.33 2016/08/27 01:50:07 guenther Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
*/
#include <sys/queue.h>
+#include <sys/time.h>
#include <sys/socket.h>
#define PRUREQUESTS
#include <sys/protosw.h>