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
This commit is contained in:
Corey Osgood 2008-12-18 19:53:11 +00:00
parent 809242a715
commit fbfdba70fa
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <bitops.h> #include <bitops.h>
#include <cpu/cpu.h>
#include "chip.h" #include "chip.h"
#include "northbridge.h" #include "northbridge.h"
#include "i82810.h" #include "i82810.h"