mirror of https://github.com/citusdata/citus.git
Include netinet/in.h due to support use of htonl() and htons() funtions
parent
ad61d4ae06
commit
8ffe33bac2
|
@ -52,6 +52,7 @@
|
|||
#include "plpgsql.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
#include "access/heapam.h"
|
||||
#include "access/htup_details.h"
|
||||
|
|
Loading…
Reference in New Issue