diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/x86/lib/romstage_console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/lib/romstage_console.c b/src/arch/x86/lib/romstage_console.c index 278ef1a433..0eb3dc2779 100644 --- a/src/arch/x86/lib/romstage_console.c +++ b/src/arch/x86/lib/romstage_console.c @@ -23,7 +23,7 @@ #include <uart8250.h> #endif #if CONFIG_USBDEBUG -#include <usbdebug.h> +#include <console/usb.h> #endif #if CONFIG_CONSOLE_NE2K #include <console/ne2k.h> |