From c0f820fd34549239e73758dda0b88f3d339e1a5c Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 28 Sep 2023 20:34:09 +0200 Subject: json: add missing map statement stub Add map statement stub to restore compilation without json support. Fixes: 27a2da23d508 ("netlink_linearize: skip set element expression in map statement key") Signed-off-by: Pablo Neira Ayuso --- include/json.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/json.h b/include/json.h index abeeb044..39be8928 100644 --- a/include/json.h +++ b/include/json.h @@ -189,6 +189,7 @@ STMT_PRINT_STUB(nat) STMT_PRINT_STUB(reject) STMT_PRINT_STUB(counter) STMT_PRINT_STUB(set) +STMT_PRINT_STUB(map) STMT_PRINT_STUB(log) STMT_PRINT_STUB(objref) STMT_PRINT_STUB(meter) -- cgit v1.2.3