--- gforth/engine/engine.c 2000/06/14 20:31:47 1.18 +++ gforth/engine/engine.c 2000/07/01 20:48:53 1.19 @@ -39,8 +39,12 @@ #include #include #include +#ifdef HAVE_FNMATCH_H #include #else +#include "fnmatch.h" +#endif +#else #include "systypes.h" #endif