From: Peng Fan Date: Mon, 9 Feb 2026 01:30:10 +0000 (+0800) Subject: xtensa: relocate: Add missing headers X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afbeb3a0922e5337e5b473369245e2fe55cac9c5;p=thirdparty%2Fu-boot.git xtensa: relocate: Add missing headers memset and size_t are used in this file, so add missing headers. Signed-off-by: Peng Fan --- 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