From 05762344602d5086c06af943bbadf74bc545fdbd Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 1 May 2024 19:30:23 -0600 Subject: [PATCH] x86: Add missing This file has many "Linux" style types in it, add Signed-off-by: Tom Rini --- arch/x86/include/asm/coreboot_tables.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/include/asm/coreboot_tables.h b/arch/x86/include/asm/coreboot_tables.h index c967e6ad0c..54aeffb988 100644 --- a/arch/x86/include/asm/coreboot_tables.h +++ b/arch/x86/include/asm/coreboot_tables.h @@ -8,6 +8,7 @@ #ifndef _COREBOOT_TABLES_H #define _COREBOOT_TABLES_H +#include #include struct timestamp_entry { -- 2.39.5