fix bug in dladdr that prevented resolving addresses in the PLT
[oweals/musl.git] / src / stdio / __stdio_read.c
index c99ca9a913314bdb15c221943327a39e50dc2a75..05e56f923a8aef884a9a36bec983df605afabe32 100644 (file)
@@ -1,4 +1,5 @@
 #include "stdio_impl.h"
+#include <sys/uio.h>
 #include <pthread.h>
 
 static void cleanup(void *p)