From 5ab46567df4bcc470db769d584683e67d784084e Mon Sep 17 00:00:00 2001 From: Miriam Polzer Date: Wed, 23 Dec 2020 17:28:38 +0100 Subject: Add missing platform.h includes Include platform.h in all files using its macros. BUG=none TEST=builds Signed-off-by: Miriam Polzer Change-Id: If17a3d58c02222f61b4e0335879eeed1638b583c Reviewed-on: https://review.coreboot.org/c/flashrom/+/48880 Tested-by: build bot (Jenkins) Reviewed-by: Idwer Vollering Reviewed-by: David Hendricks Reviewed-by: Angel Pons --- ch341a_spi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ch341a_spi.c') diff --git a/ch341a_spi.c b/ch341a_spi.c index 17c37ebf..84cc3fe7 100644 --- a/ch341a_spi.c +++ b/ch341a_spi.c @@ -20,6 +20,7 @@ #include #include #include "flash.h" +#include "platform.h" #include "programmer.h" /* LIBUSB_CALL ensures the right calling conventions on libusb callbacks. -- cgit v1.2.3