diff options
Diffstat (limited to 'common/usb.c')
-rw-r--r-- | common/usb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/usb.c b/common/usb.c index 84b10f5..99e6b85 100644 --- a/common/usb.c +++ b/common/usb.c @@ -25,6 +25,7 @@ * * For each transfer (except "Interrupt") we wait for completion. */ +#include <common.h> #include <command.h> #include <dm.h> #include <dm/device_compat.h> |