mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
5a74d7889b
commit
d7ef3c4fd2
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue