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