Add inet includes for htonl and htons funtions

Needed to fix FreeBSD builds.
pull/609/head
Matthew Seaman 2016-05-20 11:33:39 +01:00 committed by Jason Petersen
parent 9e7d31c800
commit af1f8d4f24
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"