From 06be02f9062d42074520e8d4ade894beadf8011e Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 3 Feb 2017 09:40:33 -0600 Subject: [PATCH] Add web ui module to imports --- mudsync/scrubl.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/mudsync/scrubl.scm b/mudsync/scrubl.scm index de50108..917b3a9 100644 --- a/mudsync/scrubl.scm +++ b/mudsync/scrubl.scm @@ -33,6 +33,7 @@ #:use-module (ice-9 vlist) #:use-module (ice-9 vlist) #:use-module (ice-9 hash-table) + #:use-module (web uri) #:export (make-scrubl scrubl? scrubl-extend-fields scrubl-write -- 2.31.1