From bf0478088c4ac87a2cc31d1a7f288fa2667eed84 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 18 Aug 2021 10:26:56 +0900 Subject: [PATCH] standby: add missing include --- repmgr-action-standby.c | 1 + 1 file changed, 1 insertion(+) diff --git a/repmgr-action-standby.c b/repmgr-action-standby.c index 7d466106..6e10f152 100644 --- a/repmgr-action-standby.c +++ b/repmgr-action-standby.c @@ -20,6 +20,7 @@ */ #include +#include #include "repmgr.h" #include "dirutil.h"