From 1216ae5cb115baee7391d301bbc007fe46bdaddf Mon Sep 17 00:00:00 2001
From: John Benediktsson <mrjbq7@gmail.com>
Date: Mon, 6 May 2013 16:17:39 -0700
Subject: [PATCH] io.streams.random: fix USE:.

---
 extra/io/streams/random/random.factor | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extra/io/streams/random/random.factor b/extra/io/streams/random/random.factor
index 2c3b083377..2593d3b8f6 100644
--- a/extra/io/streams/random/random.factor
+++ b/extra/io/streams/random/random.factor
@@ -1,7 +1,7 @@
 ! 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 ;
+io.streams.limited kernel random sequences sequences.private ;
 IN: io.streams.random
 
 TUPLE: random-stream ;