--- gforth/engine/engine.c 1998/12/11 22:54:30 1.7 +++ gforth/engine/engine.c 1998/12/12 22:32:05 1.8 @@ -45,6 +45,9 @@ #if defined(HAVE_LIBDL) || defined(HAVE_DLOPEN) /* what else? */ #include #endif +#if defined(_WIN32) +#include +#endif #ifdef hpux #include #endif