aboutsummaryrefslogtreecommitdiff
path: root/tests/recurring.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/recurring.scm')
-rw-r--r--tests/recurring.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/recurring.scm b/tests/recurring.scm
index ce5a12fd..8f1bbd1b 100644
--- a/tests/recurring.scm
+++ b/tests/recurring.scm
@@ -1,7 +1,8 @@
(((srfi srfi-41) stream-take stream-map)
((srfi srfi-1) find)
+ ((srfi srfi-19 util) day-stream)
((guile) make-struct/no-tail)
- ((vcomponent base) children extract type)
+ ((vcomponent base) children extract type attr)
((vcomponent) parse-calendar)
((vcomponent recurrence) generate-recurrence-set))