--- gforth/startup.fs 2003/01/19 23:35:30 1.48 +++ gforth/startup.fs 2003/01/24 22:03:20 1.50 @@ -1,6 +1,6 @@ \ startup file -\ Copyright (C) 1995-2003 Free Software Foundation, Inc. +\ Copyright (C) 1995,1996,1997,1998,2000 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -37,6 +37,7 @@ include hash.fs \ include search.fs require compat/strcomp.fs include glocals.fs +require float.fs require stuff.fs include wordinfo.fs include vt100.fs