From e39db681dfd7c4127f1ac0e360e0930e72ef3ee3 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 15 May 2019 21:12:31 +0200 Subject: src/mainboard: Add missing 'include ' is supposed to provide and . So when is included, and/or is removed. Change-Id: I3b1a395cfe8b710fb6b468e68f4c92e063794568 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/32811 Tested-by: build bot (Jenkins) Reviewed-by: Lijian Zhao --- src/mainboard/lenovo/t430s/variants/t430s/romstage.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/lenovo/t430s/variants/t430s/romstage.c') diff --git a/src/mainboard/lenovo/t430s/variants/t430s/romstage.c b/src/mainboard/lenovo/t430s/variants/t430s/romstage.c index e461681f1901..5bc7b8096140 100644 --- a/src/mainboard/lenovo/t430s/variants/t430s/romstage.c +++ b/src/mainboard/lenovo/t430s/variants/t430s/romstage.c @@ -22,6 +22,7 @@ #include #include #include +#include const struct southbridge_usb_port mainboard_usb_ports[] = { { 1, 0, 0 }, /* P0:, OC 0 */ -- cgit v1.2.3