From 87c30aa1fbecf1a26b74d7d92e635f4f2a11e15a Mon Sep 17 00:00:00 2001 From: guenther Date: Fri, 26 Aug 2016 07:09:56 +0000 Subject: [PATCH] Pull in for clock_ymdhms bits ok deraadt@ --- sys/kern/clock_subr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.20.1