machine/cpu.h requires a pre-include of sys/time.h
authorderaadt <deraadt@openbsd.org>
Fri, 4 Jun 2021 00:29:15 +0000 (00:29 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 4 Jun 2021 00:29:15 +0000 (00:29 +0000)
distrib/special/sysctl/sysctl.c

index 3b498c4..9156d5f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sysctl.c,v 1.13 2021/06/03 17:05:41 kettenis Exp $    */
+/*     $OpenBSD: sysctl.c,v 1.14 2021/06/04 00:29:15 deraadt Exp $     */
 
 /*
  * Copyright (c) 2009 Theo de Raadt <deraadt@openbsd.org>
@@ -19,6 +19,7 @@
 
 #include <sys/types.h>
 #include <sys/socket.h>
+#include <sys/time.h>
 #include <sys/sysctl.h>
 #include <sys/uio.h>