pgsql: Add #include <time.h> to pg_ctl.c to fix compiler warning.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add #include <time.h> to pg_ctl.c to fix compiler warning.
Date: 2011-01-01 20:56:11
Message-ID: E1PZ8Ul-0007K9-Mw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add #include <time.h> to pg_ctl.c to fix compiler warning.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=92a73d219052ab4d393ebe7b5362aa7d414156e7

Modified Files
--------------
src/bin/pg_ctl/pg_ctl.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-01-01 21:04:53 pgsql: Allow casting a table's row type to the table's supertype if it'
Previous Message Bruce Momjian 2011-01-01 18:19:04 pgsql: Stamp copyrights for year 2011.