diff options
Diffstat (limited to 'drivers/bios_emulator/bios.c')
| -rw-r--r-- | drivers/bios_emulator/bios.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/drivers/bios_emulator/bios.c b/drivers/bios_emulator/bios.c index 7aa1bfb2e..d9ccbf8cd 100644 --- a/drivers/bios_emulator/bios.c +++ b/drivers/bios_emulator/bios.c @@ -41,9 +41,10 @@  *  ****************************************************************************/ +#if defined(CONFIG_BIOSEMU) +  #include "biosemui.h" -#if defined(CONFIG_BIOSEMU)  /*----------------------------- Implementation ----------------------------*/  /**************************************************************************** |