From: Anuradha Weeraman Date: Tue, 3 Jan 2023 03:46:34 +0000 (+0530) Subject: x86/lib: Include to fix a missing prototypes warning at build time X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4651b9438b69ffa771c6e94020920a026ba86e98;p=linux.git x86/lib: Include to fix a missing prototypes warning at build time Signed-off-by: Anuradha Weeraman Signed-off-by: Ingo Molnar Link: https://lore.kernel.org/r/20230103034637.74679-1-anuradha@debian.org --- diff --git a/arch/x86/lib/misc.c b/arch/x86/lib/misc.c index a018ec4fba53e..92cd8ecc3a2c8 100644 --- a/arch/x86/lib/misc.c +++ b/arch/x86/lib/misc.c @@ -1,4 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 +#include + /* * Count the digits of @val including a possible sign. *