X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fbios_emulator%2Fbiosemu.c;h=ccfc872f788bf84fbd2fa3d043befd8e5bf1b675;hb=81735b2568cf634d601c0d4a1bbc3a3882bc8eda;hp=4c3aedf4130796f5f166e2fb6d21f212e67159ea;hpb=7c4c3722a38d40b0cf537ddae72b04f4088b190c;p=oweals%2Fu-boot.git diff --git a/drivers/bios_emulator/biosemu.c b/drivers/bios_emulator/biosemu.c index 4c3aedf413..ccfc872f78 100644 --- a/drivers/bios_emulator/biosemu.c +++ b/drivers/bios_emulator/biosemu.c @@ -45,11 +45,13 @@ * ****************************************************************************/ -#include "biosemui.h" #include +#include #if defined(CONFIG_BIOSEMU) +#include "biosemui.h" + BE_sysEnv _BE_env = {{0}}; static X86EMU_memFuncs _BE_mem __attribute__((section(".got2"))) = { BE_rdb,