--- gforth/startup.fs 2010/05/02 16:58:02 1.76 +++ gforth/startup.fs 2011/07/21 17:41:26 1.78 @@ -1,6 +1,6 @@ \ startup file -\ Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2009 Free Software Foundation, Inc. +\ Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2009,2010 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -80,6 +80,7 @@ require dis-gdb.fs require libcc.fs require struct0x.fs require prelude.fs +require str-exec.fs \ define the environmental queries for all the loaded wordsets \ since the blocks wordset is loaded in a single file, its queries