clean up sloppy nested inclusion from pthread_impl.h
[oweals/musl.git] / src / stdio / fread.c
index 3f31af8a28f15a129edf4697e256e67d1a026aa5..c461256c3b0de4d6af84c0df426710fa121ddc06 100644 (file)
@@ -1,4 +1,5 @@
 #include "stdio_impl.h"
+#include <string.h>
 
 #define MIN(a,b) ((a)<(b) ? (a) : (b))