From 80fcbf2514a18bcead63601948c428bd4964a6f0 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 19 Jan 2008 10:18:52 -1000 Subject: [PATCH] add missing use --- extra/io/unix/backend/select/select.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/io/unix/backend/select/select.factor b/extra/io/unix/backend/select/select.factor index b132c8b9e8..3c808a278f 100644 --- a/extra/io/unix/backend/select/select.factor +++ b/extra/io/unix/backend/select/select.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2004, 2008 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. USING: alien.syntax kernel io.nonblocking io.unix.backend -bit-arrays sequences assocs unix math namespaces ; +bit-arrays sequences assocs unix math namespaces structs ; IN: io.unix.backend.select TUPLE: unix-select-io ;