From 27718ac87f9dd117fa047f7292d7014ecb1e96a9 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 19 Sep 2020 09:32:36 +0200 Subject: src: Add missing 'include ' "printk()" needs . Change-Id: Iac6b7000bcd8b1335fa3a0ba462a63aed2dc85b8 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/45539 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- src/southbridge/intel/ibexpeak/early_pch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/southbridge/intel') diff --git a/src/southbridge/intel/ibexpeak/early_pch.c b/src/southbridge/intel/ibexpeak/early_pch.c index df380c5bde..f5285c1355 100644 --- a/src/southbridge/intel/ibexpeak/early_pch.c +++ b/src/southbridge/intel/ibexpeak/early_pch.c @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include +#include #include #include #include -- cgit v1.2.3