Include netinet/in.h due to support use of htonl() and htons() funtions

pull/541/head
Matthew Seaman 2016-05-20 11:33:39 +01:00
parent ad61d4ae06
commit 8ffe33bac2
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@
#include "plpgsql.h"
#include <string.h>
#include <netinet/in.h>
#include "access/heapam.h"
#include "access/htup_details.h"