From 4e0351258e57dba9b62ea3110ec6145e6b843dfd Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Thu, 5 Mar 2026 19:34:31 +0100 Subject: [PATCH] cf-check: Fixed error message about replication only being available for LMDB Need to include the right header here for the macro to be defined. Ticket: ENT-13796 Signed-off-by: Ole Herman Schumacher Elgesem --- cf-check/replicate_lmdb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cf-check/replicate_lmdb.c b/cf-check/replicate_lmdb.c index e8c6508adf..d88c561eb0 100644 --- a/cf-check/replicate_lmdb.c +++ b/cf-check/replicate_lmdb.c @@ -1,3 +1,4 @@ +#include // #define LMDB #include #include #include