[FIX] Resolve problem with warnings
[oweals/u-boot.git] / drivers / bios_emulator / biosemu.c
index 4c3aedf4130796f5f166e2fb6d21f212e67159ea..5ab9e74c38c69d47e57b428d5868288110941617 100644 (file)
 *
 ****************************************************************************/
 
-#include "biosemui.h"
 #include <malloc.h>
 
 #if defined(CONFIG_BIOSEMU)
 
+#include "biosemui.h"
+
 BE_sysEnv _BE_env = {{0}};
 static X86EMU_memFuncs _BE_mem __attribute__((section(".got2"))) = {
        BE_rdb,