From 23bdf2faa7ac92bd433671539e5153166839122c Mon Sep 17 00:00:00 2001 From: sheeple Date: Mon, 31 Mar 2008 08:57:16 -0500 Subject: [PATCH] add using --- extra/io/unix/sockets/sockets.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/io/unix/sockets/sockets.factor b/extra/io/unix/sockets/sockets.factor index dea7dc17b5..c7931c6f0c 100755 --- a/extra/io/unix/sockets/sockets.factor +++ b/extra/io/unix/sockets/sockets.factor @@ -7,7 +7,7 @@ USING: alien alien.c-types generic io kernel math namespaces io.nonblocking parser threads unix sequences byte-arrays io.sockets io.binary io.unix.backend io.streams.duplex io.sockets.impl math.parser continuations libc -combinators ; +combinators io.backend ; IN: io.unix.sockets : pending-init-error ( port -- )