From da4983378813b52ca0fa87a66eeb8af8811747d9 Mon Sep 17 00:00:00 2001 From: "bernard.xiong@gmail.com" Date: Sat, 13 Oct 2012 04:05:09 +0000 Subject: [PATCH] Remove compiling warning. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2348 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/drivers/usb/usbdevice/class/cdc_vcom.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/drivers/usb/usbdevice/class/cdc_vcom.c b/components/drivers/usb/usbdevice/class/cdc_vcom.c index a41493cda4..ee891cc989 100644 --- a/components/drivers/usb/usbdevice/class/cdc_vcom.c +++ b/components/drivers/usb/usbdevice/class/cdc_vcom.c @@ -14,6 +14,8 @@ #include #include +#include + #include "cdc.h" static uclass_t cdc;