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