[FIX] Changes for bios_emulator code for others architecture
diff --git a/drivers/bios_emulator/bios.c b/drivers/bios_emulator/bios.c
index d9ccbf8..70e9ce1 100644
--- a/drivers/bios_emulator/bios.c
+++ b/drivers/bios_emulator/bios.c
@@ -41,6 +41,8 @@
 *
 ****************************************************************************/
 
+#include <common.h>
+
 #if defined(CONFIG_BIOSEMU)
 
 #include "biosemui.h"