-rw-r--r-- | src/stdio/ftell.c | 1 |
diff --git a/src/stdio/ftell.c b/src/stdio/ftell.c index bb62897a..aad352bd 100644 --- a/src/stdio/ftell.c +++ b/src/stdio/ftell.c @@ -1,6 +1,7 @@ #include "stdio_impl.h" #include <limits.h> #include <errno.h> +#include "libc.h" off_t __ftello_unlocked(FILE *f) { |