You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
Index: src/net/conn_plain.c |
|
--- src/net/conn_plain.c.orig 2020-12-22 15:08:32.941132000 +0100 |
|
+++ src/net/conn_plain.c 2020-12-22 15:08:52.448933000 +0100 |
|
@@ -6,6 +6,7 @@ |
|
#include <unistd.h> |
|
#include <postgres.h> |
|
|
|
+#include <sys/types.h> |
|
#include <sys/socket.h> |
|
#include <sys/time.h> |
|
|
|
|