diff options
Diffstat (limited to 'libc/string/bcopy.c')
-rw-r--r-- | libc/string/bcopy.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libc/string/bcopy.c b/libc/string/bcopy.c index 6234fd807..e16ba241d 100644 --- a/libc/string/bcopy.c +++ b/libc/string/bcopy.c @@ -5,11 +5,9 @@ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ -#include "_string.h" +#include <string.h> #ifdef __UCLIBC_SUSV3_LEGACY__ - - void bcopy(const void *s2, void *s1, size_t n) { #if 1 |