From b9b80f231a6795eea42c6b7528c25a25ee16a954 Mon Sep 17 00:00:00 2001 From: Matthew Seaman Date: Wed, 30 Mar 2016 12:34:36 +0100 Subject: [PATCH] IEEE Std 1003.1 specifies for the ntohl() prototype: http://pubs.opengroup.org/onlinepubs/000095399/functions/ntohl.html works, but it appears to be provided as support for legacy code. --- src/backend/distributed/worker/worker_partition_protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/distributed/worker/worker_partition_protocol.c b/src/backend/distributed/worker/worker_partition_protocol.c index 2fe1a583b..d72127166 100644 --- a/src/backend/distributed/worker/worker_partition_protocol.c +++ b/src/backend/distributed/worker/worker_partition_protocol.c @@ -17,7 +17,7 @@ #include "postgres.h" #include "funcapi.h" -#include +#include #include #include #ifdef HAVE_INTTYPES_H