diff options
| author | Michal Simek <monstr@monstr.eu> | 2007-08-16 10:46:28 +0200 | 
|---|---|---|
| committer | Michal Simek <monstr@monstr.eu> | 2007-08-16 10:46:28 +0200 | 
| commit | 78cff50edba6b1508eb15c2f53ce966ac891eb9e (patch) | |
| tree | 37d7cf2fc490af2263b1204f75845e9e53f80e6c /drivers/bios_emulator/besys.c | |
| parent | 6e0e2253f039344f8ebd2787285fdba90e6714e8 (diff) | |
| download | olio-uboot-2014.01-78cff50edba6b1508eb15c2f53ce966ac891eb9e.tar.xz olio-uboot-2014.01-78cff50edba6b1508eb15c2f53ce966ac891eb9e.zip | |
[FIX] Changes for bios_emulator code for others architecture
Diffstat (limited to 'drivers/bios_emulator/besys.c')
| -rw-r--r-- | drivers/bios_emulator/besys.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/drivers/bios_emulator/besys.c b/drivers/bios_emulator/besys.c index 5751eeb21..8f1d8b29d 100644 --- a/drivers/bios_emulator/besys.c +++ b/drivers/bios_emulator/besys.c @@ -47,6 +47,8 @@  *  ****************************************************************************/ +#include <common.h> +  #if defined(CONFIG_BIOSEMU)  #include "biosemui.h" |