diff options
Diffstat (limited to 'src/include/x86emu/x86emu.h')
-rw-r--r-- | src/include/x86emu/x86emu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/x86emu/x86emu.h b/src/include/x86emu/x86emu.h index 9f29c4ccbe..bd45fea423 100644 --- a/src/include/x86emu/x86emu.h +++ b/src/include/x86emu/x86emu.h @@ -43,7 +43,7 @@ #define __X86EMU_X86EMU_H /* FIXME: undefine printk for the moment */ -#ifdef LINUXBIOS_VERSION +#ifdef COREBOOT_VERSION #include "console/console.h" #define printk printk_debug #else |