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 88837bb..5e15774 100644 (file)
@@ -10,6 +10,7 @@
 #define __SANDBOX_SECTIONS_H
 
 #include <asm-generic/sections.h>
+#include <linux/compiler_attributes.h>
 
 struct sandbox_cmdline_option;