getifaddrs: one less indent level
[oweals/musl.git] / src / stdio / fwrite.c
index 8027b3061469414d3595d6801f3b4305e3c4499b..d5f6542d6bebe32ec6dac9ac319e8eaf430dfcd4 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)
 {