pgsql: Fix missing inclusions.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix missing inclusions.
Date: 2012-11-07 23:06:16
Message-ID: E1TWEhM-0002mg-G7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix missing inclusions.

Some platforms require including <netinet/in.h> and/or <arpa/inet.h> to
use htonl() and ntohl(). Per build failure locally.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9e45e03886c75dd049bcc1b063e0bf34e46a3a62

Modified Files
--------------
src/bin/pg_basebackup/receivelog.c | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-11-08 08:32:13 pgsql: Teach pg_basebackup and pg_receivexlog to reply to server keepal
Previous Message Bruce Momjian 2012-11-07 20:01:28 pgsql: Add URLs to document why DLLIMPORT is needed on Windows.