opnsense-ports/databases/pgpool-II-33/files/patch-pool_hba.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
260 B
C

--- ./pool_hba.c.orig 2014-03-24 14:30:01.000000000 +0000
+++ ./pool_hba.c 2014-06-29 14:58:09.893352941 +0100
@@ -29,6 +29,7 @@
#include <string.h>
#include <errno.h>
#include <netdb.h>
+#include <netinet/in.h>
#include "pool.h"
#include "pool_path.h"