From d05127644e12010a1ae9498841707a3f1c3877f6 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 23 Oct 2009 03:40:02 -0500 Subject: [PATCH] io.sockets.windows: fix USING: list --- basis/io/sockets/windows/windows.factor | 3 +++ 1 file changed, 3 insertions(+) diff --git a/basis/io/sockets/windows/windows.factor b/basis/io/sockets/windows/windows.factor index fa5e3833bc..0f3ac39607 100755 --- a/basis/io/sockets/windows/windows.factor +++ b/basis/io/sockets/windows/windows.factor @@ -1,6 +1,9 @@ +! Copyright (C) 2007, 2009 Slava Pestov, Doug Coleman. +! See http://factorcode.org/license.txt for BSD license. USING: kernel accessors io.sockets io.sockets.private io.backend.windows io.backend windows.winsock system destructors alien.c-types classes.struct combinators ; +FROM: namespaces => get ; IN: io.sockets.windows M: windows addrinfo-error ( n -- )