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(-)
pgsql-committers by date
| Next: | From: Heikki Linnakangas | Date: 2012-11-08 08:32:13 |
| Subject: pgsql: Teach pg_basebackup and pg_receivexlog to reply to serverkeepal |
| Previous: | From: Bruce Momjian | Date: 2012-11-07 20:01:28 |
| Subject: pgsql: Add URLs to document why DLLIMPORT is needed on Windows. |