artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08cb63c
)
Pull in <sys/time.h> for clock_ymdhms bits
author
guenther
<guenther@openbsd.org>
Fri, 26 Aug 2016 07:09:56 +0000
(07:09 +0000)
committer
guenther
<guenther@openbsd.org>
Fri, 26 Aug 2016 07:09:56 +0000
(07:09 +0000)
ok deraadt@
sys/kern/clock_subr.c
patch
|
blob
|
history
diff --git
a/sys/kern/clock_subr.c
b/sys/kern/clock_subr.c
index
7b07e21
..
dd371c3
100644
(file)
--- a/
sys/kern/clock_subr.c
+++ b/
sys/kern/clock_subr.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: clock_subr.c,v 1.
5 2015/03/14 03:38:50 jsg Exp $
*/
+/* $OpenBSD: clock_subr.c,v 1.
6 2016/08/26 07:09:56 guenther Exp $
*/
/* $NetBSD: clock_subr.c,v 1.3 1997/03/15 18:11:16 is Exp $ */
/*
@@
-46,6
+46,7
@@
*/
#include <sys/types.h>
+#include <sys/time.h>
#include <sys/systm.h>
static inline int leapyear(int year);