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

index fafc56154bdd5afd351ca84ef141d703c42d9b1c..f0dc028d742efac6b6b428d2b312505aa7c0e6dc 100644 (file)
@@ -4,7 +4,7 @@ USING: io.backend io.ports io.unix.backend io.files io
 unix unix.stat unix.time kernel math continuations
 math.bitwise byte-arrays alien combinators calendar
 io.encodings.binary accessors sequences strings system
-io.files.private destructors vocabs.loader ;
+io.files.private destructors vocabs.loader calendar.unix ;
 
 IN: io.unix.files