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.
13 lines
345 B
13 lines
345 B
Index: pglogical_fe.c |
|
--- pglogical_fe.c.orig 2018-03-05 13:51:07.000000000 +0100 |
|
+++ pglogical_fe.c 2018-03-16 20:43:51.403142000 +0100 |
|
@@ -10,6 +10,9 @@ |
|
* |
|
*------------------------------------------------------------------------- |
|
*/ |
|
+ |
|
+#include <sys/types.h> |
|
+#include <sys/wait.h> |
|
#include "postgres_fe.h" |
|
|
|
#include "pglogical_fe.h"
|
|
|