From 790e3adc7079bfa40c4932e4633096bff2863b03 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Mon, 27 Jan 2014 15:08:27 -0600 Subject: chromeos: include stddef to fix compilation error As some of the standard definitions were shuffled around chromeos started failing to build. Correct this. Change-Id: I9927441ccb2d646e8b3395e6e9f8e8166de74ab0 Signed-off-by: Aaron Durbin Reviewed-on: http://review.coreboot.org/4844 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc --- src/vendorcode/google/chromeos/chromeos.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vendorcode/google/chromeos/chromeos.h') diff --git a/src/vendorcode/google/chromeos/chromeos.h b/src/vendorcode/google/chromeos/chromeos.h index ae715dc153..f51215e12e 100644 --- a/src/vendorcode/google/chromeos/chromeos.h +++ b/src/vendorcode/google/chromeos/chromeos.h @@ -20,6 +20,7 @@ #ifndef __CHROMEOS_H__ #define __CHROMEOS_H__ +#include #include /* functions implemented per mainboard: */ -- cgit v1.2.3