From baa070a81fb8299ad400636ccb839b651a99a1dc Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Sat, 6 Apr 2019 18:00:35 +0200 Subject: src: Fix remaining #include Follow-up to add76f91d5 (src: Use #include when appropriate). Change-Id: I7813daa0b73039ec76d33a16ce3ae0ce6cc7f2cc Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/coreboot/+/32232 Tested-by: build bot (Jenkins) Reviewed-by: HAOUAS Elyes --- src/device/oprom/yabel/biosemu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/device/oprom') diff --git a/src/device/oprom/yabel/biosemu.c b/src/device/oprom/yabel/biosemu.c index 1c94d92230..d0586c2783 100644 --- a/src/device/oprom/yabel/biosemu.c +++ b/src/device/oprom/yabel/biosemu.c @@ -53,6 +53,7 @@ #include "compat/rtas.h" #if CONFIG(X86EMU_DEBUG_TIMINGS) +#include struct mono_time zero; #endif -- cgit v1.2.3