Add inet includes for htonl and htons funtions

Needed to fix FreeBSD builds.
pull/523/merge
Matthew Seaman 2016-05-20 11:33:39 +01:00 committed by Jason Petersen
parent 24e1224eac
commit 332c322b4f
No known key found for this signature in database
GPG Key ID: 9F1D3510D110ABA9
1 changed files with 2 additions and 0 deletions

View File

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