--- gforth/kernel/kernel.fs 2005/12/31 15:46:14 1.16 +++ gforth/kernel/kernel.fs 2006/01/29 18:34:34 1.17 @@ -30,6 +30,8 @@ include ./accept.fs has? new-input [IF] include ./input.fs [THEN] +has? ec 0= [IF] include ./license.fs include ./xchars.fs +[THEN] \ include ./nio.fs