diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-02-22 09:15:13 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-02-22 09:15:13 +0000 |
commit | 8a7d34bdc7f681e0a6f8ec2413976a926a8bfcf1 (patch) | |
tree | 97d295d342d03598d7fea0e519d0d02d7b74076d /src/mainboard/intel | |
parent | 159b01213202f33e661f9125287b2b3056019dbf (diff) | |
download | coreboot-8a7d34bdc7f681e0a6f8ec2413976a926a8bfcf1.tar.xz |
fix builds...
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5138 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/intel')
-rw-r--r-- | src/mainboard/intel/d945gclf/romstage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/intel/d945gclf/romstage.c b/src/mainboard/intel/d945gclf/romstage.c index 8d1dc16815..bac2a0bc96 100644 --- a/src/mainboard/intel/d945gclf/romstage.c +++ b/src/mainboard/intel/d945gclf/romstage.c @@ -37,6 +37,7 @@ #include "option_table.h" #include "pc80/mc146818rtc_early.c" +#include <console/console.h> #include "pc80/serial.c" #include "arch/i386/lib/console.c" #include <cpu/x86/bist.h> |