summaryrefslogtreecommitdiff
path: root/tw
diff options
context:
space:
mode:
Diffstat (limited to 'tw')
-rw-r--r--tw/system/common.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tw/system/common.scm b/tw/system/common.scm
index d96faef8..37dfe2dd 100644
--- a/tw/system/common.scm
+++ b/tw/system/common.scm
@@ -1,4 +1,5 @@
(define-module (tw system common)
+ #:use-module (ice-9 format)
#:use-module (ice-9 regex)
#:use-module ((srfi srfi-1)
#:select (fold fold-right))