reduce spurious inclusion of libc.h
[musl] / src / stdio / ftell.c
index bb62897..aad352b 100644 (file)
@@ -1,6 +1,7 @@
 #include "stdio_impl.h"
 #include <limits.h>
 #include <errno.h>
+#include "libc.h"
 
 off_t __ftello_unlocked(FILE *f)
 {