From af8a9163c31d622b946ffe3b1fa616d983c70721 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 19 Aug 2011 16:58:20 +0000 Subject: =?UTF-8?q?2011-08-19=20=20Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libc/string/bcmp.c: Include for "bcmp". * libc/string/bcopy.c: Include for "bcopy". * libc/string/strcasestr.c: Include for "strncasecmp". * libc/time/strptime.c: Include for "strncasecmp". --- newlib/libc/string/bcopy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/libc/string/bcopy.c') diff --git a/newlib/libc/string/bcopy.c b/newlib/libc/string/bcopy.c index 505e39dc7..c69c04425 100644 --- a/newlib/libc/string/bcopy.c +++ b/newlib/libc/string/bcopy.c @@ -27,6 +27,7 @@ QUICKREF */ #include +#include void _DEFUN (bcopy, (b1, b2, length), -- cgit v1.2.3