From 7864556e5bc542b9224b8979fa36cfe55d6215e0 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 5 Sep 2011 19:45:24 -0700 Subject: [PATCH] tools.time.struct: fix load error --- extra/tools/time/struct/struct.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/tools/time/struct/struct.factor b/extra/tools/time/struct/struct.factor index 1f63fc0528..022124cc12 100644 --- a/extra/tools/time/struct/struct.factor +++ b/extra/tools/time/struct/struct.factor @@ -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