From f5e74cbdbea32e3bf0bcd8d32e7ac8c90518e359 Mon Sep 17 00:00:00 2001 From: Josh Law Date: Sun, 1 Mar 2026 15:21:41 +0000 Subject: [PATCH] lib: glob: add explicit include for export.h Include explicitly instead of relying on it being implicitly included by for the EXPORT_SYMBOL macro. Link: https://lkml.kernel.org/r/20260301152143.2572137-1-objecting@objecting.org Signed-off-by: Josh Law Reviewed-by: Andrew Morton Signed-off-by: Andrew Morton --- lib/glob.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/glob.c b/lib/glob.c index 3e4a4b96f6d0..44a8d5e4e99b 100644 --- a/lib/glob.c +++ b/lib/glob.c @@ -1,6 +1,7 @@ // SPDX-License-Identifier: (GPL-2.0 OR MIT) #include #include +#include /* * The only reason this code can be compiled as a module is because the