diff options
author | Stefan Reinauer <stepan@openbios.org> | 2005-01-05 21:13:09 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2005-01-05 21:13:09 +0000 |
commit | c6068ec9ef158afb42d9d91fa1509fee5f844be4 (patch) | |
tree | 41828b578e6542b7108bf194d9ae6945d61174b8 /src | |
parent | cb1255ead2398f933489746bc893eb91fa4d2306 (diff) | |
download | coreboot-c6068ec9ef158afb42d9d91fa1509fee5f844be4.tar.xz |
compile fix
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1841 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/northbridge/amd/amdk8/northbridge.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/amd/amdk8/northbridge.c b/src/northbridge/amd/amdk8/northbridge.c index b94a674ba8..5534a11371 100644 --- a/src/northbridge/amd/amdk8/northbridge.c +++ b/src/northbridge/amd/amdk8/northbridge.c @@ -13,6 +13,7 @@ #include "root_complex/chip.h" #include "northbridge.h" #include "amdk8.h" +#include <cpu/x86/lapic.h> #define FX_DEVS 8 static device_t __f0_dev[FX_DEVS]; |