]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/ffi/bsd/bsd.factor
Make "foo.private" require load foo instead.
[factor.git] / basis / unix / ffi / bsd / bsd.factor
index 388fd5a692c624e76dc0610e72ebadb88efc8d15..ac145e04d75b070d385c977753160a1bbd4f4199 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2005, 2006 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: alien.c-types alien.syntax classes.struct combinators
-system unix.types vocabs.loader ;
+system unix.types vocabs ;
 IN: unix.ffi
 
 CONSTANT: MAXPATHLEN 1024