Scott Frankel <leknarf(at)pacbell(dot)net> writes:
> My build of postgres-7.4.5 did produce an include dir,
> /usr/local/pgsql/include;
> but it does not contain postgres.h.
You need to do "make install-all-headers" while installing to install
the server-side headers there.
regards, tom lane