]> gitweb.factorcode.org Git - factor.git/commitdiff
fix using
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 21 Jan 2010 04:57:51 +0000 (22:57 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 22 Jan 2010 18:59:27 +0000 (12:59 -0600)
basis/io/files/unique/unix/unix.factor

index 9f35f440c77f85cf502ec0ef159577aaba1b9fad..ec72d9128bc4e5a05b6290b6c15afc5ceb08e402 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: kernel io.ports io.backend.unix math.bitwise
-unix system io.files.unique ;
+unix system io.files.unique unix.ffi ;
 IN: io.files.unique.unix
 
 : open-unique-flags ( -- flags )