diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-04-24 19:11:25 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-04-24 19:14:28 +0300 |
commit | 0c1a160a68b89f5b2c31eac458ca2d62a622a524 (patch) | |
tree | d7e7426d8ea71bd720d47b7e7653cbeb81111601 /src/backend/commands/variable.c | |
parent | 63e20041a2b5f98fdfe6b32af9550ca54ff8649f (diff) | |
download | postgresql-0c1a160a68b89f5b2c31eac458ca2d62a622a524.tar.gz postgresql-0c1a160a68b89f5b2c31eac458ca2d62a622a524.zip |
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
Diffstat (limited to 'src/backend/commands/variable.c')
0 files changed, 0 insertions, 0 deletions