diff options
-rw-r--r-- | src/device/oprom/x86emu/debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/device/oprom/x86emu/debug.h b/src/device/oprom/x86emu/debug.h index f89d5abc4a..01f633cb5c 100644 --- a/src/device/oprom/x86emu/debug.h +++ b/src/device/oprom/x86emu/debug.h @@ -39,6 +39,8 @@ #ifndef __X86EMU_DEBUG_H #define __X86EMU_DEBUG_H +#include <console/console.h> + /*---------------------- Macros and type definitions ----------------------*/ /* printf is not available in coreboot... use printk */ |