aboutsummaryrefslogtreecommitdiffstats
path: root/timecore.scm
diff options
context:
space:
mode:
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)))