From afbeb3a0922e5337e5b473369245e2fe55cac9c5 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Mon, 9 Feb 2026 09:30:10 +0800 Subject: xtensa: relocate: Add missing headers memset and size_t are used in this file, so add missing headers. Signed-off-by: Peng Fan --- arch/xtensa/lib/relocate.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/xtensa/lib/relocate.c b/arch/xtensa/lib/relocate.c index a499590c75b..d3d317edf88 100644 --- a/arch/xtensa/lib/relocate.c +++ b/arch/xtensa/lib/relocate.c @@ -4,6 +4,8 @@ */ #include +#include +#include #include #include -- cgit v1.3.1