From a318a80b991e2a44ecff2f1d4a942114d2eb83da Mon Sep 17 00:00:00 2001
From: Doug Coleman <doug.coleman@gmail.com>
Date: Fri, 29 Feb 2008 18:04:44 -0600
Subject: [PATCH] fix using

---
 extra/io/windows/files/unique/unique.factor | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/extra/io/windows/files/unique/unique.factor b/extra/io/windows/files/unique/unique.factor
index ae06090488..dd0341162b 100644
--- a/extra/io/windows/files/unique/unique.factor
+++ b/extra/io/windows/files/unique/unique.factor
@@ -1,4 +1,5 @@
-USING: kernel system io.files.unique.backend ;
+USING: kernel system io.files.unique.backend
+windows.kernel32 io.windows io.nonblocking ;
 IN: io.windows.files.unique
 
 M: windows-io (make-unique-file) ( path -- stream )