ports/databases/pgpool-II-33/files/patch-pool_hba.c
Torsten Zuehlsdorff 7eb2af369a databases/pgpool-II-33: Update from 3.3.7 to 3.3.20
While here:
- set EXPIRATION_DATE and mark DEPRECATED because of incoming EOL
- clean up conflicts
- add LIB_DEPENDS when option is set
- regenerate patches with make makepatch
2018-02-21 10:51:20 +00:00

10 lines
208 B
C

--- pool_hba.c.orig 2018-02-13 05:20:52 UTC
+++ pool_hba.c
@@ -29,6 +29,7 @@
#include <string.h>
#include <errno.h>
#include <netdb.h>
+#include <netinet/in.h>
#include "pool.h"
#include "pool_path.h"