From 28ee8408c492870f53f454eacf73efc607c52433 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Sun, 18 May 2025 06:08:15 +0300
Subject: [PATCH 55/55] oblig_reqs.c: Include <stdarg.h>

See RM #1405

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 common/oblig_reqs.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/common/oblig_reqs.c b/common/oblig_reqs.c
index eb5fb4ba2a..7b633d60bd 100644
--- a/common/oblig_reqs.c
+++ b/common/oblig_reqs.c
@@ -15,6 +15,8 @@
 #include <fc_config.h>
 #endif
 
+#include <stdarg.h>
+
 /* utility */
 #include "mem.h"
 
-- 
2.47.2

