--- gforth/engine/Attic/memcmpc.c 1998/12/08 22:03:06 1.3 +++ gforth/engine/Attic/memcmpc.c 2002/12/24 23:40:30 1.5 @@ -16,15 +16,15 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. */ /* this is mainly useful for testing for equality; to get a version that delivers the right < and > results in any locale, you would have to work with strcoll and some hackery */ -#include #include "forth.h" +#include Cell memcasecmp(const Char *s1, const Char *s2, Cell n) {