summaryrefslogtreecommitdiff
path: root/src/mainboard/advansus/a785e-i/romstage.c
diff options
context:
space:
mode:
authorKerry She <kerry.she@amd.com>2011-06-03 10:14:56 +0000
committerKerry She <Kerry.She@amd.com>2011-06-03 10:14:56 +0000
commit3bf2708664c4e7465607fc69ca17a22c537fc6ee (patch)
tree33eb768f9506530a259a14bce424ed3015818cb7 /src/mainboard/advansus/a785e-i/romstage.c
parentb2a4264ea54e19729f86e9d01b9933ad83ce16be (diff)
downloadcoreboot-3bf2708664c4e7465607fc69ca17a22c537fc6ee.tar.xz
advansus/a785e-i mainboard enable warning as error
Signed-off-by: Kerry She <kerry.she@amd.com> Acked-by: Kerry She <kerry.she@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6617 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/advansus/a785e-i/romstage.c')
-rw-r--r--src/mainboard/advansus/a785e-i/romstage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/advansus/a785e-i/romstage.c b/src/mainboard/advansus/a785e-i/romstage.c
index 9ecb401bd8..f2544e70ec 100644
--- a/src/mainboard/advansus/a785e-i/romstage.c
+++ b/src/mainboard/advansus/a785e-i/romstage.c
@@ -25,6 +25,7 @@
#define FAM10_SCAN_PCI_BUS 0
#define FAM10_ALLOCATE_IO_RANGE 0
+#include <lib.h>
#include <stdint.h>
#include <string.h>
#include <device/pci_def.h>