pgsql: Add #include <sys/time.h> for struct timeval definition on

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add #include <sys/time.h> for struct timeval definition on
Date: 2010-01-16 01:55:28
Message-ID: 20100116015528.51EE87541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add #include <sys/time.h> for struct timeval definition on BSD/OS.

Modified Files:
--------------
pgsql/src/backend/replication/walreceiver:
walreceiver.c (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/replication/walreceiver/walreceiver.c?r1=1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-01-16 05:52:29 pgsql: Huh, apparently on cygwin we HAVE_SIGPROCMASK, so both variants
Previous Message Tom Lane 2010-01-16 00:04:41 pgsql: PGDLLIMPORT-ize the remaining variables needed by walreceiver.