diff options
Diffstat (limited to 'newlib/libc/string/bzero.c')
-rw-r--r-- | newlib/libc/string/bzero.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/bzero.c b/newlib/libc/string/bzero.c index 661285f7b..4db357438 100644 --- a/newlib/libc/string/bzero.c +++ b/newlib/libc/string/bzero.c @@ -30,7 +30,7 @@ Neither ANSI C nor the System V Interface Definition (Issue 2) require <<bzero>> requires no supporting OS subroutines. */ -#include <string.h> +#include <strings.h> _VOID _DEFUN (bzero, (b, length), |