--- terminal.h Mon Jun 23 21:49:40 1997 +++ /home/andy/tmp/wrk/terminal.h Tue Apr 27 18:06:25 1999 @@ -13,7 +13,11 @@ extern "C" { #include #include +#ifdef __FreeBSD__ +#include +#else #include +#endif } /* Note that screen coordinates start at (1,1) */