Skip to content

Commit 3046b37

Browse files
committed
fix(srfi-19): import (liii error)
1 parent b0c90a4 commit 3046b37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

goldfish/srfi/srfi-19.scm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
(import (rename (scheme time)
5151
(get-time-of-day glue:get-time-of-day)
5252
(monotonic-nanosecond glue:monotonic-nanosecond))
53-
(only (srfi srfi-13) string-pad string-tokenize string-trim-right))
53+
(only (srfi srfi-13) string-pad string-tokenize string-trim-right)
54+
(liii error))
5455
(export
5556
;; Constants
5657
TIME-DURATION TIME-MONOTONIC TIME-PROCESS

0 commit comments

Comments
 (0)