aboutsummaryrefslogtreecommitdiffstats
path: root/main/pgpool/musl-compat.patch
blob: 04a74ec10fa6a21b8d84f9a8fd6c8bbe3144314b (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/tools/pgproto/read.c
+++ b/src/tools/pgproto/read.c
@@ -26,6 +26,7 @@
 #include "pgproto/fe_memutils.h"
 #include <libpq-fe.h>
 #include "pgproto/read.h"
+#include <sys/select.h>
 
 static char read_char(PGconn *conn);
 static int	read_int32(PGconn *conn);