summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mumi/web/download.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/mumi/web/download.scm b/mumi/web/download.scm
index 8c97937..9331b50 100644
--- a/mumi/web/download.scm
+++ b/mumi/web/download.scm
@@ -24,6 +24,7 @@
#:use-module (ice-9 regex)
#:use-module (mumi messages)
#:use-module (mumi web render)
+ #:use-module (mumi web view html)
#:export (handle-download))
(define (handle-download id msg-num path)