--- gforth/Attic/mips.h 1994/12/14 16:15:29 1.2 +++ gforth/Attic/mips.h 1995/01/21 17:26:45 1.3 @@ -22,8 +22,12 @@ #ifdef DIRECT_THREADED -/* this works on Ultrix. Let's hope it works on others, too */ +#ifdef ultrix #include +#else +/* works on Irix */ +#include +#endif #define CACHE_FLUSH(addr,size) \ cacheflush((char *)(addr), (int)(size), BCACHE)