From 1847f4de5433309eb226f419b1835971675b0f02 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Wed, 18 Jun 2025 17:26:20 +0300 Subject: [PATCH] Add missing #include. Got a warning on macos without this --- pgxn/neon/communicator_new.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pgxn/neon/communicator_new.c b/pgxn/neon/communicator_new.c index 1b31909bb1..d64e30af96 100644 --- a/pgxn/neon/communicator_new.c +++ b/pgxn/neon/communicator_new.c @@ -13,6 +13,8 @@ */ #include "postgres.h" +#include + #include "access/xlog.h" #include "access/xlogdefs.h" #if PG_VERSION_NUM >= 150000