Add '#include <netinet/in.h>' to

src/backend/distributed/worker/worker_partition_protocol.c -- uses
htons() and htonl() functions.
pull/407/head
Matthew Seaman 2016-03-26 12:33:07 +00:00
parent 17c8431b03
commit 3c765606bd
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include "postgres.h"
#include "funcapi.h"
#include <netinet/in.h>
#include <sys/stat.h>
#include <unistd.h>
#ifdef HAVE_INTTYPES_H