mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 21:09:17 -04:00
Repo-copy of databases/pgpool-II-36 PR: 227481 Submitted by: Franco Ricci <franco.ricc@gmail.com>
11 lines
254 B
C
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"
|