This file uses __aligned so should include the header which defines
that.

Signed-off-by: Simon Glass <[email protected]>
---

 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 88837bb35c8..5e1577419b0 100644
--- a/arch/sandbox/include/asm/sections.h
+++ b/arch/sandbox/include/asm/sections.h
@@ -10,6 +10,7 @@
 #define __SANDBOX_SECTIONS_H
 
 #include <asm-generic/sections.h>
+#include <linux/compiler_attributes.h>
 
 struct sandbox_cmdline_option;
 
-- 
2.34.1

Reply via email to