Add missing #include.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 0c1a160a68b89f5b2c31eac458ca2d62a622a524
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2013-04-24T16:14:28Z
Releases: 9.3.0
Add missing #include.

On non-Windows systems, sys/time.h was pulled in by portability/instr_time.h,
which pulled in time.h. We certainly should include time.h directly, since
we're using time(2), but the indirect include masked the problem on most
platforms.

Andres Freund

Files

PathChange+/−
src/bin/psql/command.c modified +1 −0