]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.time.struct: fix load error
authorSlava Pestov <slava@factorcode.org>
Tue, 6 Sep 2011 02:45:24 +0000 (19:45 -0700)
committerSlava Pestov <slava@factorcode.org>
Tue, 6 Sep 2011 02:45:24 +0000 (19:45 -0700)
extra/tools/time/struct/struct.factor

index 1f63fc052856341989bf28cfa0d481e0f37008dd..022124cc1225f872f90f775e299ef0204c9f89c4 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2010 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien.c-types classes.struct kernel memory
-system vm ;
+tools.memory system vm ;
 IN: tools.time.struct
 
 STRUCT: benchmark-data