From 88a11f36ca3846aa7550655ae4c6791656e3ad53 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 3 Feb 2022 14:20:22 +0900 Subject: [PATCH] Add include for pwd.h This was previously included via the PostgreSQL source, but that seems to have gone away in recent HEAD builds. --- repmgr-client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/repmgr-client.c b/repmgr-client.c index fb554a73..6115a61e 100644 --- a/repmgr-client.c +++ b/repmgr-client.c @@ -51,6 +51,7 @@ * along with this program. If not, see . */ +#include #include #include #include