From f28687da0bb54c9789cc99681d838e1f02a45822 Mon Sep 17 00:00:00 2001 From: Eduardo Cavazos Date: Wed, 13 Feb 2008 15:18:40 -0600 Subject: [PATCH] builder: fix using --- extra/builder/builder.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/builder/builder.factor b/extra/builder/builder.factor index eaaf5d87de..a3e925338f 100644 --- a/extra/builder/builder.factor +++ b/extra/builder/builder.factor @@ -3,7 +3,7 @@ USING: kernel parser io io.files io.launcher io.sockets hashtables math threads arrays system continuations namespaces sequences splitting math.parser prettyprint tools.time calendar bake vars http.client combinators bootstrap.image bootstrap.image.download - combinators.cleave ; + combinators.cleave benchmark ; IN: builder