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/misc/ffs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/misc') diff --git a/newlib/libc/misc/ffs.c b/newlib/libc/misc/ffs.c index 292ffabee..e907bc911 100644 --- a/newlib/libc/misc/ffs.c +++ b/newlib/libc/misc/ffs.c @@ -24,7 +24,7 @@ PORTABILITY No supporting OS subroutines are required. */ -#include <_ansi.h> +#include int _DEFUN(ffs, (word), -- cgit v1.2.3