X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2F__string_read.c;h=7b50a7e1154224a40ddcbb204a429eb74380ffc9;hb=5afc74fbaa2371f30df0dc9fb7bc3afe6bd96137;hp=de002fc19ba49beed1b3962379ed1c5b69116e9e;hpb=8b57a81577980e4b440addaa8f2bbed454be2a59;p=musl diff --git a/src/stdio/__string_read.c b/src/stdio/__string_read.c index de002fc1..7b50a7e1 100644 --- a/src/stdio/__string_read.c +++ b/src/stdio/__string_read.c @@ -1,4 +1,5 @@ #include "stdio_impl.h" +#include size_t __string_read(FILE *f, unsigned char *buf, size_t len) {