io.directories.unix.linux: fix using.

db4
John Benediktsson 2014-04-29 13:38:27 -07:00
parent 26ff963758
commit 09dec78603
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
! Copyright (C) 2009 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: alien.c-types alien.data io.directories.unix kernel libc
math system unix classes.struct unix.ffi ;
USING: alien.c-types alien.data classes.struct fry
io.directories io.directories.unix kernel libc math sequences
system unix.ffi ;
IN: io.directories.unix.linux
: next-dirent ( DIR* dirent* -- dirent* ? )