From 97bc95ce2be4e17db150a83098673cedf5b50b40 Mon Sep 17 00:00:00 2001 From: Patrick Georgi 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 Corresponding to flashrom svn r1280. Signed-off-by: Patrick Georgi Tested-with-DOS-crosscompiler-by: Idwer Vollering Acked-by: Carl-Daniel Hailfinger --- udelay.c | 1 + 1 file changed, 1 insertion(+) (limited to 'udelay.c') diff --git a/udelay.c b/udelay.c index feae827..5faa004 100644 --- a/udelay.c +++ b/udelay.c @@ -182,6 +182,7 @@ void internal_delay(int usecs) } #else +#include void myusec_calibrate_delay(void) { -- cgit v1.1