From 70a03dd9605c6a973bbb78e64e626e8af377ad74 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Mon, 2 Dec 2019 20:47:50 +0100 Subject: src: Add missing include Change-Id: I17dc2fed6c6518daf5af286788c98c049088911e Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/37366 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh --- src/commonlib/storage/sdhci_adma.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commonlib') diff --git a/src/commonlib/storage/sdhci_adma.c b/src/commonlib/storage/sdhci_adma.c index 2806bdeaee..2ca4b5557c 100644 --- a/src/commonlib/storage/sdhci_adma.c +++ b/src/commonlib/storage/sdhci_adma.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include "sdhci.h" -- cgit v1.2.3