From fbc1bf0c8d1ee863c0f0a6713b557c5b3f5e2aa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Wed, 23 Nov 2016 23:54:29 +0200 Subject: [PATCH] UPSTREAM: x86 BIST: Fix missing include BUG=None BRANCH=None TEST=None Signed-off-by: Kysti Mlkki Reviewed-on: https://review.coreboot.org/17586 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Change-Id: I3d1a456f17073c99c9502da26e09cfde65380746 Reviewed-on: https://chromium-review.googlesource.com/415078 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- src/include/cpu/x86/bist.h | 2 ++ 1 file changed, 2 insertions(+) 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) {