-/* $OpenBSD: init.c,v 1.59 2016/05/10 21:54:59 bluhm Exp $ */
+/* $OpenBSD: init.c,v 1.60 2016/08/27 01:55:30 guenther Exp $ */
/* $NetBSD: init.c,v 1.22 1996/05/15 23:29:33 jtc Exp $ */
/*-
*/
#include <sys/types.h>
+#include <sys/reboot.h>
#include <sys/sysctl.h>
+#include <sys/time.h>
#include <sys/wait.h>
-#include <sys/reboot.h>
#include <machine/cpu.h>
#include <db.h>
-/* $OpenBSD: sysctl.c,v 1.217 2016/08/14 22:54:56 guenther Exp $ */
+/* $OpenBSD: sysctl.c,v 1.218 2016/08/27 01:55:30 guenther Exp $ */
/* $NetBSD: sysctl.c,v 1.9 1995/09/30 07:12:50 thorpej Exp $ */
/*
#include <sys/shm.h>
#include <sys/sysctl.h>
#include <sys/socket.h>
+#include <sys/time.h>
#include <sys/malloc.h>
#include <sys/uio.h>
#include <sys/tty.h>