fix bug in dladdr that prevented resolving addresses in the PLT
[oweals/musl.git] / src / stdio / fgetln.c
index 06b8883756e4356f3a0cb96c8d412c9db58b031c..a2e4bd3cc5bf1c1e9aa2bc927b88cdc02c02fba5 100644 (file)
@@ -1,4 +1,5 @@
 #include "stdio_impl.h"
+#include <string.h>
 
 char *fgetln(FILE *f, size_t *plen)
 {