From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Thu, 6 Feb 2014 14:27:19 -0500 Subject: [U-Boot] [PATCH] include/usb/s3c_udc.h: Add In-Reply-To: <201402060451.34001.marex@denx.de> References: <201402060451.34001.marex@denx.de> Message-ID: <1391714839-22840-1-git-send-email-trini@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de With e0059ea switching to using SZ_1K, we need to #include here for everyone to build still. Signed-off-by: Tom Rini --- 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 -- 1.7.9.5