diff options
author | Ralf Corsepius <ralf.corsepius@rtems.org> | 2011-08-19 16:58:20 +0000 |
---|---|---|
committer | Ralf Corsepius <ralf.corsepius@rtems.org> | 2011-08-19 16:58:20 +0000 |
commit | af8a9163c31d622b946ffe3b1fa616d983c70721 (patch) | |
tree | b371d47552e4fd17e10e05e365561d8a1c0f02d0 /newlib/libc/string/bcopy.c | |
parent | c0fabb9f3d972525263e8d16eecb047e7f06aea3 (diff) | |
download | cygnal-af8a9163c31d622b946ffe3b1fa616d983c70721.tar.gz cygnal-af8a9163c31d622b946ffe3b1fa616d983c70721.tar.bz2 cygnal-af8a9163c31d622b946ffe3b1fa616d983c70721.zip |
2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* libc/string/bcmp.c: Include <strings.h> for "bcmp".
* libc/string/bcopy.c: Include <strings.h> for "bcopy".
* libc/string/strcasestr.c: Include <strings.h> for "strncasecmp".
* libc/time/strptime.c: Include <strings.h> for "strncasecmp".
Diffstat (limited to 'newlib/libc/string/bcopy.c')
-rw-r--r-- | newlib/libc/string/bcopy.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <string.h> +#include <strings.h> void _DEFUN (bcopy, (b1, b2, length), |