From: Eric Biggers Date: Thu, 9 Apr 2026 03:03:33 +0000 (-0700) Subject: wifi: cfg80211: Explicitly include in michael-mic.c X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa489a77e3267e05df95db96ba98e141ec07cbd9;p=thirdparty%2Flinux.git wifi: cfg80211: Explicitly include in michael-mic.c This happened to be included transitively via a long chain starting with , but it's less fragile to include it explicitly. Signed-off-by: Eric Biggers Link: https://patch.msgid.link/20260409030333.13024-1-ebiggers@kernel.org Signed-off-by: Johannes Berg --- diff --git a/net/wireless/michael-mic.c b/net/wireless/michael-mic.c index 50cdb67f0503..ec5164756e0a 100644 --- a/net/wireless/michael-mic.c +++ b/net/wireless/michael-mic.c @@ -5,6 +5,7 @@ */ #include #include +#include #include #include