From 8ffe33bac2fd9ba8b16aabd28cbe8cf25cb744c7 Mon Sep 17 00:00:00 2001 From: Matthew Seaman Date: Fri, 20 May 2016 11:33:39 +0100 Subject: [PATCH] Include netinet/in.h due to support use of htonl() and htons() funtions --- src/backend/distributed/commands/multi_copy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/distributed/commands/multi_copy.c b/src/backend/distributed/commands/multi_copy.c index ed4242305..d2bf2e685 100644 --- a/src/backend/distributed/commands/multi_copy.c +++ b/src/backend/distributed/commands/multi_copy.c @@ -52,6 +52,7 @@ #include "plpgsql.h" #include +#include #include "access/heapam.h" #include "access/htup_details.h"