summaryrefslogtreecommitdiff
path: root/tw/system
diff options
context:
space:
mode:
authorTimo Wilken2023-01-18 00:43:37 +0100
committerTimo Wilken2023-01-18 00:43:37 +0100
commit9db58c775e424f54dd3c504ef0eeb91249e242ec (patch)
treefe39deb28a9213730d71fd1972cf77f32fe8db4d /tw/system
parentd7a7f2d5a2cd32527249dbeaf4f8bb0b9833fc8b (diff)
Fix format import
Diffstat (limited to 'tw/system')
-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))