From f3e873f25016c24c4b4d77933183ecae36dcc29a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Aug 2011 16:49:37 +0000 Subject: =?UTF-8?q?2011-08-22=20=20Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libc/string/index.c: Include for "index". * libc/string/rindex.c: Include for "rindex". * libc/string/strcasecmp.c: Include for "strcasecmp". Don't include . * libc/string/strncasecmp.c: Include for "strncasecmp". Don't include . * libc/string/bzero.c: Include for "bzero". Don't include * libc/misc/ffs.c: Include for "ffs". Don't include <_ansi.h>. --- newlib/libc/string/rindex.c | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/libc/string/rindex.c') diff --git a/newlib/libc/string/rindex.c b/newlib/libc/string/rindex.c index 3c6dff909..1284bccbe 100644 --- a/newlib/libc/string/rindex.c +++ b/newlib/libc/string/rindex.c @@ -34,6 +34,7 @@ QUICKREF */ #include +#include char * _DEFUN (rindex, (s, c), -- cgit v1.2.3