From: guenther Date: Fri, 26 Aug 2016 07:09:56 +0000 (+0000) Subject: Pull in for clock_ymdhms bits X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=87c30aa1fbecf1a26b74d7d92e635f4f2a11e15a;p=openbsd Pull in for clock_ymdhms bits ok deraadt@ --- 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);