From e29e2ff8e8fb919c1074e3d31076f83b0a1aac45 Mon Sep 17 00:00:00 2001 From: Hung-Te Lin Date: Fri, 18 Jan 2013 16:50:25 +0800 Subject: Include byteorder.h for the definition of ntohl in romstage.c A fix to eliminate warnings when building romstage files with ChromeOS compilers Change-Id: Ia5d7bbdde3aa3439fd493f5795f2cc2bf4c4c187 Signed-off-by: Hung-Te Lin Reviewed-on: http://review.coreboot.org/2781 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/mainboard/google/parrot/romstage.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google/parrot/romstage.c') diff --git a/src/mainboard/google/parrot/romstage.c b/src/mainboard/google/parrot/romstage.c index 110c398857..fc14b9b044 100644 --- a/src/mainboard/google/parrot/romstage.c +++ b/src/mainboard/google/parrot/romstage.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3