Include c.h instead of postgres.h in files that need to be usable in

Tom Lane <tgl@sss.pgh.pa.us>

Commit: fd786668ea61bc96c5d2b670e88e02650b9fb07a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-06-24T18:53:48Z
Releases: 8.0.0
Include c.h instead of postgres.h in files that need to be usable in
both frontend and backend.  Per Andreas Pflug.

Files

PathChange+/−
src/port/getopt.c modified +1 −1
src/port/getrusage.c modified +2 −2
src/port/gettimeofday.c modified +2 −2
src/port/kill.c modified +2 −2
src/port/noblock.c modified +2 −2
src/port/pgsleep.c modified +2 −2
src/port/pgstrcasecmp.c modified +2 −2
src/port/pipe.c modified +2 −2
src/port/sprompt.c modified +2 −2
src/port/thread.c modified +2 −2