From decf729833fc6f74e0279410b40ee40df85c216f Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 21 Jun 2025 17:08:50 +0200 Subject: [PATCH] LMR: is required for memset() --- lmr/margin_hw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lmr/margin_hw.c b/lmr/margin_hw.c index c376549..e10e36f 100644 --- a/lmr/margin_hw.c +++ b/lmr/margin_hw.c @@ -9,6 +9,7 @@ */ #include +#include #include "lmr.h" -- 2.47.3