pgsql: Fix build break on BSD, OSX, and other systems: add missing

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix build break on BSD, OSX, and other systems: add missing
Date: 2005-06-30 03:49:00
Message-ID: 20050630034900.58777528A6@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix build break on BSD, OSX, and other systems: add missing <sys/time.h>
include.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
timestamp.c (r1.127 -> r1.128)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/timestamp.c.diff?r1=1.127&r2=1.128)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2005-06-30 05:02:39 python - ex: Reorder code positions to be more natural..
Previous Message James William Pye 2005-06-30 03:45:02 python - web: General updates and fixes, add links to related projects.