From 05f6304087716e1654e9bf67c34db8853b639d73 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 7 May 2013 06:18:50 -0700 Subject: [PATCH] io.streams.random: fix USE: again. --- extra/io/streams/random/random.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extra/io/streams/random/random.factor b/extra/io/streams/random/random.factor index 2593d3b8f6..3b2e5db49e 100644 --- a/extra/io/streams/random/random.factor +++ b/extra/io/streams/random/random.factor @@ -1,7 +1,8 @@ ! Copyright (C) 2010 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. USING: destructors io io.encodings.binary io.files -io.streams.limited kernel random sequences sequences.private ; +io.streams.limited kernel random random.private sequences +sequences.private ; IN: io.streams.random TUPLE: random-stream ;