X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fstdio%2Fftell.c;h=82371e37b38316d8fdbdb5bf9bf69f8771f003e0;hp=3904a1d871dd9229b59ba0c97d13923dfc8d5c14;hb=HEAD;hpb=dba68bf98fc708cea4c478278c889fc7ad802b00 diff --git a/src/stdio/ftell.c b/src/stdio/ftell.c index 3904a1d8..82371e37 100644 --- a/src/stdio/ftell.c +++ b/src/stdio/ftell.c @@ -1,4 +1,6 @@ #include "stdio_impl.h" +#include +#include off_t __ftello_unlocked(FILE *f) {