From aed6a958bc108faab64bc2855d6ed93894cfc6ff Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 5 Sep 2025 20:30:20 +1000 Subject: [PATCH] Sync includes with upstream. --- umac.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/umac.c b/umac.c index 078434b8d..b51d524d9 100644 --- a/umac.c +++ b/umac.c @@ -72,7 +72,9 @@ /* ---------------------------------------------------------------------- */ #include "includes.h" + #include +#include #include #include #include -- 2.47.3