From a8c2ebcf0a707a51d32cf7644d6459af11b00114 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 7 Nov 2014 18:34:55 +0900 Subject: [PATCH] usb: include and from include/usb.h The header file include/usb.h references ARCH_DMA_MINALIGH and block_dev_desc_t, thus it must include and . Signed-off-by: Masahiro Yamada --- include/usb.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/usb.h b/include/usb.h index 9d0d04dd8e..d3c741597c 100644 --- a/include/usb.h +++ b/include/usb.h @@ -11,6 +11,8 @@ #include #include +#include +#include /* * The EHCI spec says that we must align to at least 32 bytes. However, -- 2.39.2