Add missing include files

Per compiler griping on OS X.
This commit is contained in:
Ian Barwick
2019-01-31 16:10:48 +09:00
parent bdb4f66a9d
commit f04f2af8aa
2 changed files with 2 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <signal.h>
#include <sys/stat.h> /* for stat() */
#include "repmgr.h"

View File

@@ -54,6 +54,7 @@
#include <unistd.h>
#include <sys/stat.h>
#include <signal.h>
#include "repmgr.h"
#include "compat.h"