From: Josh Law Date: Sun, 1 Mar 2026 15:21:41 +0000 (+0000) Subject: lib: glob: add explicit include for export.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5e74cbdbea32e3bf0bcd8d32e7ac8c90518e359;p=thirdparty%2Fkernel%2Fstable.git 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 --- 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