[coreboot-gerrit] New patch to review for coreboot: 0b7aa72 chromeos: include stddef to fix compilation error

Aaron Durbin (adurbin@google.com) gerrit at coreboot.org
Tue Jan 28 03:54:41 CET 2014


Aaron Durbin (adurbin at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4844

-gerrit

commit 0b7aa722e85aee19c612103c51a7bbcc73012091
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Mon Jan 27 15:08:27 2014 -0600

    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 at chromium.org>
---
 src/vendorcode/google/chromeos/chromeos.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/vendorcode/google/chromeos/chromeos.h b/src/vendorcode/google/chromeos/chromeos.h
index ae715dc..f51215e 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 <stddef.h>
 #include <stdint.h>
 
 /* functions implemented per mainboard: */



More information about the coreboot-gerrit mailing list