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:
Kyösti Mälkki 2013-07-28 23:16:47 +03:00
parent 8eaf1e765d
commit e23c22dd88
1 changed files with 1 additions and 0 deletions

View File

@ -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>