unix.system-call: Fix circularity

db4
Eduardo Cavazos 2008-05-10 06:14:08 -05:00
parent 4aacf9b3e9
commit 0c1801d213
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
USING: kernel continuations sequences math accessors inference macros
fry arrays.lib unix ;
fry arrays.lib unix.ffi ;
IN: unix.system-call