From 1b2d9541059f7c62eb73e3ee8f0a35923a7331ca Mon Sep 17 00:00:00 2001 From: "qiuyiuestc@gmail.com" Date: Sat, 24 Nov 2012 23:24:40 +0000 Subject: [PATCH] fix compile warning. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2446 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/drivers/usb/usbhost/core/driver.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/drivers/usb/usbhost/core/driver.c b/components/drivers/usb/usbhost/core/driver.c index 57c7eed8db..44307ddb22 100644 --- a/components/drivers/usb/usbhost/core/driver.c +++ b/components/drivers/usb/usbhost/core/driver.c @@ -13,7 +13,8 @@ */ #include -#include +#include +#include static rt_list_t _driver_list; -- GitLab