EMERGENCY patch for a stupid typo. This code won't compile without these includes.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>


git-svn-id: svn://coreboot.org/repository/coreboot-v3@864 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Ronald G. Minnich 2008-09-17 16:29:02 +00:00
parent 5a74d7889b
commit d7ef3c4fd2

View file

@ -19,7 +19,9 @@
#include <types.h>
#include <console.h>
#include <globalvars.h>
#include <io.h>
#include <cpu.h>
#include "cs5536.h"
#define SMBUS_ERROR -1