]> gitweb.factorcode.org Git - factor.git/commitdiff
unix.statvfs.netbsd: load fix
authorSlava Pestov <slava@factorcode.org>
Mon, 28 Sep 2009 03:56:45 +0000 (22:56 -0500)
committerSlava Pestov <slava@factorcode.org>
Mon, 28 Sep 2009 03:56:45 +0000 (22:56 -0500)
basis/unix/statvfs/netbsd/netbsd.factor

index c72a1a0e8234243e9bd9fcc89fe7558f2b5983b6..e778e44a5f42c4d47a68a76f7c8015b0d3f8eccf 100644 (file)
@@ -1,6 +1,7 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: alien.c-types alien.syntax classes.struct unix.types ;
+USING: alien.c-types alien.syntax classes.struct unix.types
+unix.stat ;
 IN: unix.statvfs.netbsd
 
 CONSTANT: _VFS_NAMELEN    32