--- gforth/engine/io.c 2002/03/13 17:09:09 1.14 +++ gforth/engine/io.c 2003/03/09 15:17:03 1.16 @@ -1,6 +1,6 @@ /* direct key io driver - Copyright (C) 1995,1996,1997,1998,1999 Free Software Foundation, Inc. + Copyright (C) 1995,1996,1997,1998,1999,2002 Free Software Foundation, Inc. This file is part of Gforth. @@ -26,6 +26,7 @@ */ #include "config.h" +#include "forth.h" #include #include #include @@ -51,7 +52,6 @@ typedef unsigned int uint32_t; #include #endif #include -#include "forth.h" #include "io.h" #ifndef MSDOS