opnsense-ports/databases/pglogical/files/patch-pglogical__fe.c
Franco Fichtner 1a9ecae23e */*: sync with upstream
Taken from: HardenedBSD
2021-06-07 13:46:03 +02:00

11 lines
247 B
C

--- pglogical_fe.c.orig 2021-06-06 20:18:17 UTC
+++ pglogical_fe.c
@@ -10,6 +10,8 @@
*
*-------------------------------------------------------------------------
*/
+#include "sys/wait.h"
+
#include "libpq-fe.h"
#include "postgres_fe.h"