usbdebug: Fix missing include
Change-Id: I74d28c13e6597c56e3b85ccd2b83386b86c200f0 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/3828 Tested-by: build bot (Jenkins)
This commit is contained in:
parent
8eaf1e765d
commit
e23c22dd88
|
@ -24,6 +24,7 @@
|
|||
#include <device/pci.h>
|
||||
#include <arch/byteorder.h>
|
||||
#include <cpu/x86/car.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <usb_ch9.h>
|
||||
#include <ehci.h>
|
||||
|
|
Loading…
Reference in New Issue