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 | 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/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 5751eeb..8f1d8b2 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" |