From f04f2af8aa104eba16c5288f8792d803f4ebd2fe Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 31 Jan 2019 16:10:48 +0900 Subject: [PATCH] Add missing include files Per compiler griping on OS X. --- repmgr-action-daemon.c | 1 + repmgr-client.c | 1 + 2 files changed, 2 insertions(+) diff --git a/repmgr-action-daemon.c b/repmgr-action-daemon.c index 17c66c28..b97ec8b9 100644 --- a/repmgr-action-daemon.c +++ b/repmgr-action-daemon.c @@ -18,6 +18,7 @@ * along with this program. If not, see . */ +#include #include /* for stat() */ #include "repmgr.h" diff --git a/repmgr-client.c b/repmgr-client.c index 83a4923d..dde5f332 100644 --- a/repmgr-client.c +++ b/repmgr-client.c @@ -54,6 +54,7 @@ #include #include +#include #include "repmgr.h" #include "compat.h"