diff options
-rw-r--r-- | ice-9/rw.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ice-9/rw.scm b/ice-9/rw.scm index 6b5327ea1..da4bd86d9 100644 --- a/ice-9/rw.scm +++ b/ice-9/rw.scm @@ -24,3 +24,5 @@ (define-module (ice-9 rw) :export (read-string!/partial)) + +(%init-rw-builtins) |