aboutsummaryrefslogtreecommitdiffstats
path: root/timecore.scm
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:06:40 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:06:40 -0800
commita69c9fb665459e2bfdbda1bf80741a0af31a7faf (patch)
treef0bc974f8805049e6b9a4e6864886298fbaa05a4 /timecore.scm
parent4684239efa63dc1b2c1cbe37ef7d3062029f5532 (diff)
downloadslib-upstream.tar.gz
slib-upstream.zip
New upstream version 3b5upstream/3b5upstream
Diffstat (limited to 'timecore.scm')
-rwxr-xr-x[-rw-r--r--]timecore.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/timecore.scm b/timecore.scm
index 4393cdd..057e2fc 100644..100755
--- a/timecore.scm
+++ b/timecore.scm
@@ -19,6 +19,8 @@
;;; No, it doesn't do leap seconds.
+(require 'multiarg-apply)
+
(define time:days/month
'#(#(31 28 31 30 31 30 31 31 30 31 30 31) ; Normal years.
#(31 29 31 30 31 30 31 31 30 31 30 31)))