mirror of https://github.com/citusdata/citus.git
Add '#include <netinet/in.h>' to
src/backend/distributed/worker/worker_partition_protocol.c -- uses htons() and htonl() functions.pull/407/head
parent
17c8431b03
commit
3c765606bd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue