Fix a missing include file that was breaking the Traverse Geos build.
authorEdwin Beasant <edwin_beasant@virtensys.com>
Thu, 10 Jun 2010 16:19:02 +0000 (16:19 +0000)
committerEdwin Beasant <edwin_beasant@virtensys.com>
Thu, 10 Jun 2010 16:19:02 +0000 (16:19 +0000)
Signed-off-by: Edwin Beasant <edwin_beasant@virtensys.com>
Acked-by: Edwin Beasant <edwin_beasant@virtensys.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5630 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/mainboard/traverse/geos/romstage.c

index cfdbde9b1fedac0ee4041f77bdab10468e668a1d..36c1e2c071c1fefde39632e4347e378a12531e15 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include <stdint.h>
+#include <stdlib.h>
 #include <device/pci_def.h>
 #include <arch/io.h>
 #include <device/pnp_def.h>