diff options
Diffstat (limited to 'src/stdio/ftell.c')
-rw-r--r-- | src/stdio/ftell.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <limits.h> +#include <errno.h> off_t __ftello_unlocked(FILE *f) { |