diff options
Diffstat (limited to 'module/language/scheme/expand.scm')
-rw-r--r-- | module/language/scheme/expand.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/language/scheme/expand.scm b/module/language/scheme/expand.scm index ee689a092..18dc032c9 100644 --- a/module/language/scheme/expand.scm +++ b/module/language/scheme/expand.scm @@ -21,7 +21,7 @@ (define-module (language scheme expand) #:use-module (language scheme amatch) - #:use-module (ice-9 annotate) + #:use-module (ice-9 expand-support) #:use-module (ice-9 optargs) #:use-module ((ice-9 syncase) #:select (sc-macro)) #:use-module ((system base compile) #:select (syntax-error)) |