Author: monofin Date: Thu Jun 10 18:19:02 2010 New Revision: 5630 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5630
Log: Fix a missing include file that was breaking the Traverse Geos build. Signed-off-by: Edwin Beasant <[email protected]> Acked-by: Edwin Beasant <[email protected]> Modified: trunk/src/mainboard/traverse/geos/romstage.c Modified: trunk/src/mainboard/traverse/geos/romstage.c ============================================================================== --- trunk/src/mainboard/traverse/geos/romstage.c Thu Jun 10 17:24:57 2010 (r5629) +++ trunk/src/mainboard/traverse/geos/romstage.c Thu Jun 10 18:19:02 2010 (r5630) @@ -19,6 +19,7 @@ */ #include <stdint.h> +#include <stdlib.h> #include <device/pci_def.h> #include <arch/io.h> #include <device/pnp_def.h> -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

