From 16c77236ce0cff86a6daf376386f90f32dbb9aba Mon Sep 17 00:00:00 2001 From: Philip Guenther Date: Fri, 26 Aug 2016 07:09:57 +0000 Subject: Pull in for clock_ymdhms bits ok deraadt@ --- sys/kern/clock_subr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/kern/clock_subr.c b/sys/kern/clock_subr.c index 7b07e214c8b..dd371c336cc 100644 --- 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 +#include #include static inline int leapyear(int year); -- cgit v1.2.3