summaryrefslogtreecommitdiff
path: root/libc/string/bzero.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/bzero.c')
-rw-r--r--libc/string/bzero.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/bzero.c b/libc/string/bzero.c
index a541f369b..32dce416e 100644
--- a/libc/string/bzero.c
+++ b/libc/string/bzero.c
@@ -5,7 +5,7 @@
* 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 bzero(void *s, size_t n)