From 99344c847d4fe3da288f430274a514052c29aed1 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 20 Sep 2024 09:24:25 +0200 Subject: [PATCH] sandbox: Add missing header file This file uses __aligned so should include the header which defines that. Signed-off-by: Simon Glass --- arch/sandbox/include/asm/sections.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5