clean up stdio_impl.h
[musl] / src / stdio / fwrite.c
index 8027b30..d5f6542 100644 (file)
@@ -1,4 +1,5 @@
 #include "stdio_impl.h"
+#include <string.h>
 
 size_t __fwritex(const unsigned char *restrict s, size_t l, FILE *restrict f)
 {