From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 7 Feb 2014 01:12:19 +0100 Subject: [U-Boot] [PATCH] include/usb/s3c_udc.h: Add In-Reply-To: <1391714839-22840-1-git-send-email-trini@ti.com> References: <201402060451.34001.marex@denx.de> <1391714839-22840-1-git-send-email-trini@ti.com> Message-ID: <201402070112.19961.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thursday, February 06, 2014 at 08:27:19 PM, Tom Rini wrote: > With e0059ea switching to using SZ_1K, we need to #include > here for everyone to build still. > > Signed-off-by: Tom Rini Acked-by: Marek Vasut > --- > include/usb/s3c_udc.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/usb/s3c_udc.h b/include/usb/s3c_udc.h > index 6dead2f..ce3dd2c 100644 > --- a/include/usb/s3c_udc.h > +++ b/include/usb/s3c_udc.h > @@ -10,6 +10,7 @@ > #define __S3C_USB_GADGET > > #include > +#include > #include > #include > #include Best regards, Marek Vasut