From 619a245def2ac424beeb8a68d246a78849acd0cc Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Wed, 23 Nov 2016 23:54:29 +0200 Subject: x86 BIST: Fix missing include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3d1a456f17073c99c9502da26e09cfde65380746 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/17586 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/include/cpu/x86/bist.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') diff --git a/src/include/cpu/x86/bist.h b/src/include/cpu/x86/bist.h index ed40ded686..9535e69781 100644 --- a/src/include/cpu/x86/bist.h +++ b/src/include/cpu/x86/bist.h @@ -1,6 +1,8 @@ #ifndef CPU_X86_BIST_H #define CPU_X86_BIST_H +#include + static inline void report_bist_failure(u32 bist) { if (bist != 0) { -- cgit v1.2.3