Author: stepan Date: Mon Sep 27 22:51:33 2010 New Revision: 5865 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5865
Log: oops. always run abuild on a clean tree with no other patches applied. Signed-off-by: Stefan Reinauer <[email protected]> Acked-by: Stefan Reinauer <[email protected]> Modified: trunk/src/include/console/console.h Modified: trunk/src/include/console/console.h ============================================================================== --- trunk/src/include/console/console.h Mon Sep 27 20:57:07 2010 (r5864) +++ trunk/src/include/console/console.h Mon Sep 27 22:51:33 2010 (r5865) @@ -20,6 +20,7 @@ #ifndef CONSOLE_CONSOLE_H_ #define CONSOLE_CONSOLE_H_ +#include <stdint.h> #include <console/loglevel.h> #ifndef __PRE_RAM__ -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

