summaryrefslogtreecommitdiffstats
path: root/newlib/libc/string/strcasecmp.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-08-22 16:49:37 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-08-22 16:49:37 +0000
commitf3e873f25016c24c4b4d77933183ecae36dcc29a (patch)
tree413ea44a654223003e37c1baf3bd43669c526b32 /newlib/libc/string/strcasecmp.c
parent8f8977bb8b27c097aeef2c17f6dd3d19736fd8e3 (diff)
downloadcygnal-f3e873f25016c24c4b4d77933183ecae36dcc29a.tar.gz
cygnal-f3e873f25016c24c4b4d77933183ecae36dcc29a.tar.bz2
cygnal-f3e873f25016c24c4b4d77933183ecae36dcc29a.zip
2011-08-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* libc/string/index.c: Include <strings.h> for "index". * libc/string/rindex.c: Include <strings.h> for "rindex". * libc/string/strcasecmp.c: Include <strings.h> for "strcasecmp". Don't include <string.h>. * libc/string/strncasecmp.c: Include <strings.h> for "strncasecmp". Don't include <string.h>. * libc/string/bzero.c: Include <strings.h> for "bzero". Don't include <string.h> * libc/misc/ffs.c: Include <strings.h> for "ffs". Don't include <_ansi.h>.
Diffstat (limited to 'newlib/libc/string/strcasecmp.c')
-rw-r--r--newlib/libc/string/strcasecmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/strcasecmp.c b/newlib/libc/string/strcasecmp.c
index 73cf8661e..6f4fd3569 100644
--- a/newlib/libc/string/strcasecmp.c
+++ b/newlib/libc/string/strcasecmp.c
@@ -38,7 +38,7 @@ QUICKREF
strcasecmp
*/
-#include <string.h>
+#include <strings.h>
#include <ctype.h>
int