Pull in <sys/time.h> for struct timespec
authorguenther <guenther@openbsd.org>
Sat, 27 Aug 2016 01:55:30 +0000 (01:55 +0000)
committerguenther <guenther@openbsd.org>
Sat, 27 Aug 2016 01:55:30 +0000 (01:55 +0000)
ok deraadt@

sbin/init/init.c
sbin/sysctl/sysctl.c

index 16ac88f..308838e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $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>
index 19da662..c15aea3 100644 (file)
@@ -1,4 +1,4 @@
-/*     $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 $       */
 
 /*
@@ -37,6 +37,7 @@
 #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>