--- gforth/engine/support.c 2007/03/25 21:30:59 1.22 +++ gforth/engine/support.c 2007/04/09 22:36:01 1.23 @@ -27,10 +27,12 @@ #include #include #include +#ifndef STANDALONE #include #include #include #include +#endif #ifdef HAS_FILE char *cstr(Char *from, UCell size, int clear)