Hal Snyder writes:
> I noticed a change in src/bin/psql/input.h dated 3 weeks ago.
>
> It did not fix the problem that psql builds without command history
> support on OpenBSD. Problem is that OpenBSD has history support but no
> history.h file. Here's a patch:
There needs to be some header file where the function is declared. Using
undeclared functions doesn't work for people with C99 compilers.
--
Peter Eisentraut peter_e@gmx.net http://yi.org/peter-e/