mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 09:40:35 -04:00
postgresql, <arpa/inet.h> was included automatically as part of the postgres module building environment. But it needs to be included explicitly for the most recent postgres. Submitted by: andriy@irbisnet.com
10 lines
196 B
C
10 lines
196 B
C
--- pglogical_apply_spi.c.orig 2019-03-06 06:44:31 UTC
|
|
+++ pglogical_apply_spi.c
|
|
@@ -16,6 +16,7 @@
|
|
*/
|
|
#include <stdio.h>
|
|
#include <unistd.h>
|
|
+#include <arpa/inet.h>
|
|
|
|
#include "postgres.h"
|
|
|