the following patch was just integrated into master: commit 6ceed0929d1e11c9d8807427750bb6e4f14806fd Author: Stefan Reinauer reinauer@chromium.org Date: Mon Apr 8 16:55:47 2013 -0700
libpayload: Don't sneak in compiler includes
The way we got to include the compiler includes was kind of whacky. Instead of mixing in potentially problematic headers, make libpayload self-contained by adding some missing header files. Also clean up conflicting definitions of size_t throughout the tree.
Signed-off-by: Stefan Reinauer reinauer@google.com
Change-Id: I0ad1194de1a00b7133c5477c00eb167d63a2ee85 Reviewed-on: https://gerrit.chromium.org/gerrit/47608 Reviewed-by: Ronald G. Minnich rminnich@chromium.org Commit-Queue: Stefan Reinauer reinauer@google.com Tested-by: Stefan Reinauer reinauer@google.com Reviewed-on: http://review.coreboot.org/3058 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich rminnich@gmail.com
Build-Tested: build bot (Jenkins) at Wed Apr 17 22:09:40 2013, giving +1 Reviewed-By: Ronald G. Minnich rminnich@gmail.com at Thu Apr 18 02:50:28 2013, giving +2 See http://review.coreboot.org/3058 for details.
-gerrit