From 50ca01a4d8edca3fddaa87204ce4cf58c82e2f87 Mon Sep 17 00:00:00 2001
From: Doug Coleman <doug.coleman@gmail.com>
Date: Wed, 23 Apr 2014 20:07:32 -0700
Subject: [PATCH] io.sockets.windows: Fix using.

---
 basis/io/sockets/windows/windows.factor | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/basis/io/sockets/windows/windows.factor b/basis/io/sockets/windows/windows.factor
index 86e5555ddd..7eaf2c2713 100755
--- a/basis/io/sockets/windows/windows.factor
+++ b/basis/io/sockets/windows/windows.factor
@@ -2,9 +2,9 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien alien.c-types alien.data classes.struct
 combinators destructors io.backend io.files.windows io.ports
-io.sockets io.sockets.icmp io.sockets.private kernel libc math
-sequences system windows.handles windows.kernel32 windows.types
-windows.winsock locals ;
+io.sockets io.sockets.icmp io.sockets.private kernel libc locals
+math sequences system windows.errors windows.handles
+windows.kernel32 windows.types windows.winsock ;
 FROM: namespaces => get ;
 IN: io.sockets.windows