From 0c1801d213c30db6ab7a6a71c95e87acbfcf036a Mon Sep 17 00:00:00 2001 From: Eduardo Cavazos Date: Sat, 10 May 2008 06:14:08 -0500 Subject: [PATCH] unix.system-call: Fix circularity --- extra/unix/system-call/system-call.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/unix/system-call/system-call.factor b/extra/unix/system-call/system-call.factor index 5a77693ed7..f1a6f8811e 100644 --- a/extra/unix/system-call/system-call.factor +++ b/extra/unix/system-call/system-call.factor @@ -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