From b4fdc4bf4b80579f3f0dde4c2b801f65dd24234b Mon Sep 17 00:00:00 2001 From: oxygene Date: Tue, 8 Mar 2011 07:17:44 +0000 Subject: Fix and improve libpayload platform support - Fix various minor compile issues (eg. include necessary standard headers) - Fix compilation of libpayload code paths - Provide libpayload support in Makefile - Add make target "libflashrom.a" which links non-CLI code to static library Signed-off-by: Patrick Georgi Tested-with-DOS-crosscompiler-by: Idwer Vollering Acked-by: Carl-Daniel Hailfinger git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1280 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- spi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'spi.c') diff --git a/spi.c b/spi.c index 79b5ad5..7e9ff1a 100644 --- a/spi.c +++ b/spi.c @@ -22,6 +22,7 @@ * Contains the generic SPI framework */ +#include #include #include "flash.h" #include "flashchips.h" -- cgit v1.2.1