--- terminal.h.orig Mon Jun 23 13:49:40 1997 +++ terminal.h Sat Nov 1 08:55:42 1997 @@ -13,7 +13,11 @@ extern "C" { #include #include +#ifdef __FreeBSD__ +#include +#else #include +#endif } /* Note that screen coordinates start at (1,1) */