diff --git a/ice-9/and-let-star.scm b/ice-9/and-let-star.scm index 4057fb498..9bd01d138 100644 --- a/ice-9/and-let-star.scm +++ b/ice-9/and-let-star.scm @@ -43,3 +43,5 @@ (error "not a proper list" vars)))) (expand vars body)) + +(cond-expand-provide (current-module) '(srfi-2))