summaryrefslogtreecommitdiff
path: root/databases/pgpool-II-37/files/patch-src_auth_pool__hba.c
blob: 99d35e0be35f9e5c606174b516e7d81558a06470 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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"