]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/mmap/mmap.factor
move some allocation words that don't really have much to do with c types out of...
[factor.git] / basis / io / mmap / mmap.factor
index 704a585dd44da68c077ab67e33e74817e8642423..a86623276090882a4e075a9eea051089d7078bd0 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: continuations destructors io.files io.files.info
 io.backend kernel quotations system alien alien.accessors
-accessors vocabs.loader combinators alien.c-types
+accessors vocabs.loader combinators alien.c-types alien.data
 math ;
 IN: io.mmap