K 10 svn:author V 5 rafan K 8 svn:date V 27 2007-06-06T02:23:03.000000Z K 7 svn:log V 570 - Fix crash with ncurses on FreeBSD/amd64 CURRENT by including missing header , which is required by both tputs() and tgoto(). Without this header, nvi crashes with the call to tputs() at line 114. This is because the first argument of tputs() is a pointer, and the returned pointer from tgoto() is casted to an integer by compiler. For some reasons, this only crashes on amd64+CURRENT. On 6.x system, this does not happen. PR: 101248 Reported by: yar, infofarmer, Roland Smith Tested by: infofarmer, delphij, rafan Approved by: delphij (mentor) END