Add inet includes for htonl and htons funtions

Needed to fix FreeBSD builds.
pull/1938/head
Matthew Seaman 2016-05-20 11:33:39 +01:00 committed by Jason Petersen
parent 7ecdd06af2
commit 62bf21de5d
1 changed files with 2 additions and 0 deletions

View File

@ -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"