mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
11 lines
251 B
C
11 lines
251 B
C
--- pglogical_fe.c.orig 2018-03-17 09:48:56 UTC
|
|
+++ pglogical_fe.c
|
|
@@ -10,6 +10,8 @@
|
|
*
|
|
*-------------------------------------------------------------------------
|
|
*/
|
|
+#include <sys/wait.h>
|
|
+
|
|
#include "postgres_fe.h"
|
|
|
|
#include "pglogical_fe.h"
|