]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix using
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 22 Jan 2010 21:01:38 +0000 (15:01 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 22 Jan 2010 21:01:38 +0000 (15:01 -0600)
basis/io/mmap/unix/unix.factor

index 559417d2b9dad0c56238ae783cc8c52dfaac0b00..f426201b062d96eb9930f3aafe1e4c9bf6dcd675 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2007 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors destructors io.backend.unix io.mmap
-io.mmap.private kernel locals math.bitwise system unix ;
+io.mmap.private kernel locals math.bitwise system unix unix.ffi ;
 IN: io.mmap.unix
 
 :: mmap-open ( path length prot flags open-mode -- alien fd )