From: Simon Glass Date: Fri, 20 Sep 2024 07:24:25 +0000 (+0200) Subject: sandbox: Add missing header file X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=99344c847d4fe3da288f430274a514052c29aed1;p=u-boot.git sandbox: Add missing header file This file uses __aligned so should include the header which defines that. Signed-off-by: Simon Glass --- diff --git a/arch/sandbox/include/asm/sections.h b/arch/sandbox/include/asm/sections.h index 88837bb35c..5e1577419b 100644 --- a/arch/sandbox/include/asm/sections.h +++ b/arch/sandbox/include/asm/sections.h @@ -10,6 +10,7 @@ #define __SANDBOX_SECTIONS_H #include +#include struct sandbox_cmdline_option;