1 2 3 4 5 6 7 8 9 10 11
--- 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"