summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--henrietta-cache.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/henrietta-cache.scm b/henrietta-cache.scm
index 1901861..21a645b 100644
--- a/henrietta-cache.scm
+++ b/henrietta-cache.scm
@@ -1,3 +1,5 @@
+(module henrietta-cache ()
+
(import scheme)
(cond-expand
@@ -437,3 +439,4 @@ EOF
(else (loop (cdr args))))))))
(main (command-line-arguments))
+)