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 <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/4844
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
Aaron Durbin 2014-01-27 15:08:27 -06:00 committed by Aaron Durbin
parent a86e81d472
commit 790e3adc70
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#ifndef __CHROMEOS_H__
#define __CHROMEOS_H__
#include <stddef.h>
#include <stdint.h>
/* functions implemented per mainboard: */