From 915fd4e0f8f103b613523814f5a8712b2b2f6dbb Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Fri, 7 Mar 2008 16:45:11 -0600 Subject: [PATCH] fix two load errors --- extra/db/sqlite/sqlite.factor | 2 +- extra/html/parser/analyzer/analyzer.factor | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/extra/db/sqlite/sqlite.factor b/extra/db/sqlite/sqlite.factor index 643b42165d..d0bf721aa7 100755 --- a/extra/db/sqlite/sqlite.factor +++ b/extra/db/sqlite/sqlite.factor @@ -5,7 +5,7 @@ hashtables io.files kernel math math.parser namespaces prettyprint sequences strings tuples alien.c-types continuations db.sqlite.lib db.sqlite.ffi db.tuples words combinators.lib db.types combinators tools.walker -combinators.cleave io ; +combinators.cleave io namespaces.lib ; IN: db.sqlite TUPLE: sqlite-db path ; diff --git a/extra/html/parser/analyzer/analyzer.factor b/extra/html/parser/analyzer/analyzer.factor index 45197b1a90..1a60390f64 100755 --- a/extra/html/parser/analyzer/analyzer.factor +++ b/extra/html/parser/analyzer/analyzer.factor @@ -1,5 +1,6 @@ USING: assocs html.parser kernel math sequences strings ascii -arrays shuffle unicode.case namespaces splitting http ; +arrays shuffle unicode.case namespaces splitting http +sequences.lib ; IN: html.parser.analyzer : (find-relative)