]> gitweb.factorcode.org Git - factor.git/commitdiff
fix using
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 7 Oct 2008 02:02:10 +0000 (21:02 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 7 Oct 2008 02:02:10 +0000 (21:02 -0500)
basis/io/unix/select/select.factor

index f0547da10e92560b13214f3c2bf6ec9490f649a9..8638ae7be50f29d8e603da09bc4531f9615e33ef 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: alien.c-types kernel io.ports io.unix.backend
 bit-arrays sequences assocs unix math namespaces structs
-accessors math.order locals ;
+accessors math.order locals unix.time ;
 IN: io.unix.select
 
 TUPLE: select-mx < mx read-fdset write-fdset ;