From fd502e2c85c43b3ff530352098f2e4087ae7110f Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sun, 19 Sep 2010 14:20:02 -0500 Subject: [PATCH] Fix using list --- basis/io/sockets/windows/windows.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/io/sockets/windows/windows.factor b/basis/io/sockets/windows/windows.factor index 5dbe56f263..b617519fce 100755 --- a/basis/io/sockets/windows/windows.factor +++ b/basis/io/sockets/windows/windows.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2007, 2009 Slava Pestov, Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. USING: accessors alien alien.c-types alien.data classes.struct -combinators destructors io.backend io.ports +combinators destructors io.backend io.ports io.files.windows io.sockets io.sockets.private kernel libc math sequences system windows.handles windows.kernel32 windows.types windows.winsock ; FROM: namespaces => get ;