]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sandbox: Add missing header file
authorSimon Glass <sjg@chromium.org>
Fri, 20 Sep 2024 07:24:25 +0000 (09:24 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 3 Oct 2024 17:52:16 +0000 (11:52 -0600)
This file uses __aligned so should include the header which defines
that.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/include/asm/sections.h

index 88837bb35c83ca1f41c40ea04da781e5a5d46146..5e1577419b03bd0b38e74d606f225a804e67b7ad 100644 (file)
@@ -10,6 +10,7 @@
 #define __SANDBOX_SECTIONS_H
 
 #include <asm-generic/sections.h>
+#include <linux/compiler_attributes.h>
 
 struct sandbox_cmdline_option;