[coreboot] [commit] r5630 - trunk/src/mainboard/traverse/geos

repository service svn at coreboot.org
Thu Jun 10 18:19:03 CEST 2010


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 <edwin_beasant at virtensys.com>
Acked-by: Edwin Beasant <edwin_beasant at virtensys.com>

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>




More information about the coreboot mailing list