ports/databases/pgpool-II-37/files/patch-src_auth_pool__hba.c
Torsten Zuehlsdorff 1ba25ff183 New port: databases/pgpool-II-37
Repo-copy of databases/pgpool-II-36

PR:           227481
Submitted by: Franco Ricci <franco.ricc@gmail.com>
2018-04-18 10:32:53 +00:00

11 lines
254 B
C

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