diff options
author | Arun Isaac | 2021-06-28 17:49:33 +0530 |
---|---|---|
committer | Arun Isaac | 2021-06-28 17:49:33 +0530 |
commit | 73b257d6b2da02f7f82f04192af3beab6372db77 (patch) | |
tree | b6639ce8ef76a5c0058ea090635363224abc2cc4 | |
parent | bd42784f5eceec7d876b4fdca67b24a08f1ef23a (diff) | |
download | ccwl-73b257d6b2da02f7f82f04192af3beab6372db77.tar.gz ccwl-73b257d6b2da02f7f82f04192af3beab6372db77.tar.lz ccwl-73b257d6b2da02f7f82f04192af3beab6372db77.zip |
ccwl: Import (srfi srfi-2).
* ccwl/ccwl.scm: Import (srfi srfi-2).
-rw-r--r-- | ccwl/ccwl.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm index 31a441c..9da805e 100644 --- a/ccwl/ccwl.scm +++ b/ccwl/ccwl.scm @@ -24,6 +24,7 @@ (define-module (ccwl ccwl) #:use-module (srfi srfi-1) + #:use-module (srfi srfi-2) #:use-module (srfi srfi-9) #:use-module (srfi srfi-9 gnu) #:use-module (srfi srfi-26) |