Make repmgr compatible with FreeBSD.

We need to #include <sys/wait.h> to get WEXITSTATUS()
This commit is contained in:
Jaime Casanova
2012-09-15 17:45:38 -05:00
parent c2344fe843
commit 8ee715b657

View File

@@ -28,6 +28,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <sys/wait.h>
#include <time.h>
#include <unistd.h>