fix bug in dladdr that prevented resolving addresses in the PLT
[oweals/musl.git] / src / stdio / fputs.c
index b41bc8c7c97f157353b55c31d0ea3176bf551f48..1112b192c06b49528862fec0168f5af2527d1886 100644 (file)
@@ -1,4 +1,5 @@
 #include "stdio_impl.h"
+#include <string.h>
 
 int fputs(const char *restrict s, FILE *restrict f)
 {