summaryrefslogtreecommitdiff
path: root/databases/pgpool-II-40/files/patch-src_auth_pool__hba.c
diff options
context:
space:
mode:
Diffstat (limited to 'databases/pgpool-II-40/files/patch-src_auth_pool__hba.c')
-rw-r--r--databases/pgpool-II-40/files/patch-src_auth_pool__hba.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/pgpool-II-40/files/patch-src_auth_pool__hba.c b/databases/pgpool-II-40/files/patch-src_auth_pool__hba.c
new file mode 100644
index 000000000000..99d35e0be35f
--- /dev/null
+++ b/databases/pgpool-II-40/files/patch-src_auth_pool__hba.c
@@ -0,0 +1,11 @@
+--- src/auth/pool_hba.c.orig 2018-04-11 05:37:54 UTC
++++ src/auth/pool_hba.c
+@@ -29,6 +29,8 @@
+ #include <string.h>
+ #include <errno.h>
+ #include <netdb.h>
++#include <arpa/inet.h>
++#include <netinet/in.h>
+
+ #include "pool.h"
+ #include "auth/pool_hba.h"