Subject: Re: lib/1126: libterm won't build
To: None <gary@wheel.tiac.net>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: netbsd-bugs
Date: 06/09/1995 22:57:08
> 	/usr/src/lib/libterm/tputs.c:69: conflicting types for `tputs'
> 	/usr/include/curses.h:338: previous declaration of `tputs'

<curses.h> lives in lib/libcurses and does get into /usr/include until
you do `make install' in in there. As a workaround, copy this header
file to /usr/include/curses.h by hand.

-pk