mirror of https://github.com/citusdata/citus.git
Add inet includes for htonl and htons funtions
Needed to fix FreeBSD builds.pull/1938/head
parent
7ecdd06af2
commit
62bf21de5d
|
@ -51,6 +51,8 @@
|
||||||
#include "miscadmin.h"
|
#include "miscadmin.h"
|
||||||
#include "plpgsql.h"
|
#include "plpgsql.h"
|
||||||
|
|
||||||
|
#include <arpa/inet.h>
|
||||||
|
#include <netinet/in.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "access/heapam.h"
|
#include "access/heapam.h"
|
||||||
|
|
Loading…
Reference in New Issue