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/x86emu/ops2.c | |
parent | 6e0e2253f039344f8ebd2787285fdba90e6714e8 (diff) | |
download | u-boot-imx-78cff50edba6b1508eb15c2f53ce966ac891eb9e.zip u-boot-imx-78cff50edba6b1508eb15c2f53ce966ac891eb9e.tar.gz u-boot-imx-78cff50edba6b1508eb15c2f53ce966ac891eb9e.tar.bz2 |
[FIX] Changes for bios_emulator code for others architecture
Diffstat (limited to 'drivers/bios_emulator/x86emu/ops2.c')
-rw-r--r-- | drivers/bios_emulator/x86emu/ops2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bios_emulator/x86emu/ops2.c b/drivers/bios_emulator/x86emu/ops2.c index c8b8517..d6a210c 100644 --- a/drivers/bios_emulator/x86emu/ops2.c +++ b/drivers/bios_emulator/x86emu/ops2.c @@ -44,6 +44,8 @@ * ****************************************************************************/ +#include <common.h> + #if defined(CONFIG_BIOSEMU) #include "x86emu/x86emui.h" |