From 666b076d4c4f5330ca2b4f448aedbd0d24c217f8 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Fri, 19 Feb 2016 19:22:19 -0800 Subject: [PATCH] forestdb.lib: fix using --- extra/forestdb/lib/lib.factor | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/extra/forestdb/lib/lib.factor b/extra/forestdb/lib/lib.factor index 4d2eaa2859..2fb7d787e0 100644 --- a/extra/forestdb/lib/lib.factor +++ b/extra/forestdb/lib/lib.factor @@ -1,10 +1,11 @@ ! Copyright (C) 2014 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. USING: accessors alien.c-types alien.data alien.strings arrays -classes.struct combinators constructors continuations -destructors forestdb.ffi forestdb.paths fry generalizations -io.encodings.string io.encodings.utf8 io.pathnames kernel libc -math multiline namespaces sequences ; +byte-arrays classes.struct combinators constructors +continuations destructors forestdb.ffi forestdb.paths fry +generalizations io.encodings.string io.encodings.utf8 +io.pathnames kernel libc math multiline namespaces sequences +strings ; QUALIFIED: sets IN: forestdb.lib