--- gforth/engine/support.c 2008/10/09 22:03:59 1.35 +++ gforth/engine/support.c 2008/10/09 22:05:30 1.36 @@ -539,7 +539,7 @@ void gforth_ms(UCell u) UCell gforth_dlopen(Char *c_addr, UCell u) { char * file=tilde_cstr(c_addr, u, 1); - Ucell lib; + UCell lib; #if defined(HAVE_LIBLTDL) lib = (UCell)lt_dlopen(file); if(lib) return lib;