summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/i82810
diff options
context:
space:
mode:
authorCorey Osgood <corey.osgood@gmail.com>2008-12-18 19:53:11 +0000
committerCorey Osgood <corey.osgood@gmail.com>2008-12-18 19:53:11 +0000
commitfbfdba70fa99d04693d6f3d8d64a89f79ff76d8e (patch)
tree31186ef8dfdfe64ae713d5e9ac82bf37cd3d98a2 /src/northbridge/intel/i82810
parent809242a71593e2a1b9661b956f2b952a911b2d4e (diff)
downloadcoreboot-staging-fbfdba70fa99d04693d6f3d8d64a89f79ff76d8e.zip
coreboot-staging-fbfdba70fa99d04693d6f3d8d64a89f79ff76d8e.tar.gz
Fix the only implicit declaration before it becomes an error.
Signed-off-by: Corey Osgood <corey.osgood@gmail.com> Acked-by: Corey Osgood <corey.osgood@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3820 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/intel/i82810')
-rw-r--r--src/northbridge/intel/i82810/northbridge.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/intel/i82810/northbridge.c b/src/northbridge/intel/i82810/northbridge.c
index 285a253..eb8a657 100644
--- a/src/northbridge/intel/i82810/northbridge.c
+++ b/src/northbridge/intel/i82810/northbridge.c
@@ -27,6 +27,7 @@
#include <stdlib.h>
#include <string.h>
#include <bitops.h>
+#include <cpu/cpu.h>
#include "chip.h"
#include "northbridge.h"
#include "i82810.h"
OpenPOWER on IntegriCloud